pub enum MicStatus {
Active,
Expired,
Updated,
}Expand description
Lifecycle status of a registered MIC, as published in the ISO 10383
registry’s STATUS column.
Variants§
Active
The MIC is in active use.
Expired
The MIC has been retired and is no longer in use.
Updated
The MIC’s registry record was updated in the latest revision.
Trait Implementations§
impl Copy for MicStatus
impl Eq for MicStatus
impl StructuralPartialEq for MicStatus
Auto Trait Implementations§
impl Freeze for MicStatus
impl RefUnwindSafe for MicStatus
impl Send for MicStatus
impl Sync for MicStatus
impl Unpin for MicStatus
impl UnsafeUnpin for MicStatus
impl UnwindSafe for MicStatus
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