#[repr(u8)]pub enum LineupInfoType {
Mso = 0,
}Variants§
Mso = 0
Multi System Operator
Implementations§
Trait Implementations§
Source§impl Clone for LineupInfoType
impl Clone for LineupInfoType
Source§fn clone(&self) -> LineupInfoType
fn clone(&self) -> LineupInfoType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LineupInfoType
impl Debug for LineupInfoType
Source§impl<'de> Deserialize<'de> for LineupInfoType
impl<'de> Deserialize<'de> for LineupInfoType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<LineupInfoType> for u8
impl From<LineupInfoType> for u8
Source§fn from(val: LineupInfoType) -> Self
fn from(val: LineupInfoType) -> Self
Converts to this type from the input type.
Source§impl PartialEq for LineupInfoType
impl PartialEq for LineupInfoType
Source§impl Serialize for LineupInfoType
impl Serialize for LineupInfoType
impl Copy for LineupInfoType
impl Eq for LineupInfoType
impl StructuralPartialEq for LineupInfoType
Auto Trait Implementations§
impl Freeze for LineupInfoType
impl RefUnwindSafe for LineupInfoType
impl Send for LineupInfoType
impl Sync for LineupInfoType
impl Unpin for LineupInfoType
impl UnwindSafe for LineupInfoType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more