Enum sep2_common::packages::types::TOUType
source · #[repr(u8)]pub enum TOUType {
Show 16 variants
NotApplicable = 0,
TouA = 1,
TouB = 2,
TouC = 3,
TouD = 4,
TouE = 5,
TouF = 6,
TouG = 7,
TouH = 8,
TouI = 9,
TouJ = 10,
TouK = 11,
TouL = 12,
TouM = 13,
TouN = 14,
TouO = 15,
}
Variants§
NotApplicable = 0
TouA = 1
TouB = 2
TouC = 3
TouD = 4
TouE = 5
TouF = 6
TouG = 7
TouH = 8
TouI = 9
TouJ = 10
TouK = 11
TouL = 12
TouM = 13
TouN = 14
TouO = 15
Trait Implementations§
source§impl Ord for TOUType
impl Ord for TOUType
source§impl PartialEq<TOUType> for TOUType
impl PartialEq<TOUType> for TOUType
source§impl PartialOrd<TOUType> for TOUType
impl PartialOrd<TOUType> for TOUType
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl YaSerialize for TOUType
impl YaSerialize for TOUType
fn name() -> &'static strwhere Self: Sized,
fn serialize<W: Write>(&self, writer: &mut Serializer<W>) -> Result<(), String>where Self: Sized,
fn serialize_attributes( &self, source_attributes: Vec<OwnedAttribute>, source_namespace: Namespace ) -> Result<(Vec<OwnedAttribute>, Namespace), String>where Self: Sized,
impl Copy for TOUType
impl Eq for TOUType
impl StructuralEq for TOUType
impl StructuralPartialEq for TOUType
Auto Trait Implementations§
impl RefUnwindSafe for TOUType
impl Send for TOUType
impl Sync for TOUType
impl Unpin for TOUType
impl UnwindSafe for TOUType
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