#[repr(u16)]pub enum Condition {
Show 13 variants
Null = 0,
Avesterra = 1,
Ready = 2,
Online = 3,
Armed = 4,
Enabled = 5,
Triggered = 6,
Locked = 7,
Loaded = 8,
Linked = 9,
Waiting = 10,
Pending = 11,
Holding = 12,
}
Variants§
Null = 0
Avesterra = 1
Ready = 2
Online = 3
Armed = 4
Enabled = 5
Triggered = 6
Locked = 7
Loaded = 8
Linked = 9
Waiting = 10
Pending = 11
Holding = 12
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Condition
impl<'de> Deserialize<'de> for Condition
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 TryFromPrimitive for Condition
impl TryFromPrimitive for Condition
impl Copy for Condition
impl Eq for Condition
impl StructuralPartialEq for Condition
Auto Trait Implementations§
impl Freeze for Condition
impl RefUnwindSafe for Condition
impl Send for Condition
impl Sync for Condition
impl Unpin for Condition
impl UnwindSafe for Condition
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