pub enum LctStatus {
Active,
Dormant,
Void,
Slashed,
}Expand description
LCT status
Variants§
Active
Active and valid
Dormant
Temporarily dormant
Void
Voided (entity ceased to exist)
Slashed
Slashed (compromised or malicious)
Trait Implementations§
Source§impl<'de> Deserialize<'de> for LctStatus
impl<'de> Deserialize<'de> for LctStatus
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
impl Eq for LctStatus
impl StructuralPartialEq for LctStatus
Auto Trait Implementations§
impl Freeze for LctStatus
impl RefUnwindSafe for LctStatus
impl Send for LctStatus
impl Sync for LctStatus
impl Unpin for LctStatus
impl UnsafeUnpin for LctStatus
impl UnwindSafe for LctStatus
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