Enum sep2_common::packages::types::PhaseCode
source · #[repr(u8)]pub enum PhaseCode {
NotApplicable = 0,
PhaseC = 32,
PhaseCN = 33,
PhaseCA = 40,
PhaseB = 64,
PhaseBN = 65,
PhaseBC = 66,
PhaseA = 128,
PhaseAN = 129,
PhaseAB = 132,
PhaseABC = 224,
}
Variants§
NotApplicable = 0
PhaseC = 32
PhaseCN = 33
PhaseCA = 40
PhaseB = 64
PhaseBN = 65
PhaseBC = 66
PhaseA = 128
PhaseAN = 129
PhaseAB = 132
PhaseABC = 224
Trait Implementations§
source§impl Ord for PhaseCode
impl Ord for PhaseCode
source§impl PartialEq<PhaseCode> for PhaseCode
impl PartialEq<PhaseCode> for PhaseCode
source§impl PartialOrd<PhaseCode> for PhaseCode
impl PartialOrd<PhaseCode> for PhaseCode
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 PhaseCode
impl YaSerialize for PhaseCode
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 PhaseCode
impl Eq for PhaseCode
impl StructuralEq for PhaseCode
impl StructuralPartialEq for PhaseCode
Auto Trait Implementations§
impl RefUnwindSafe for PhaseCode
impl Send for PhaseCode
impl Sync for PhaseCode
impl Unpin for PhaseCode
impl UnwindSafe for PhaseCode
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