pub enum FirmwareInventoryStateInformation {
Other,
Unknown,
Disabled,
Enabled,
Absent,
StandbyOffline,
StandbySpare,
UnavailableOffline,
None,
}
Variants
Other
Other
Unknown
Unknown
Disabled
Disabled
This firmware component is disabled
Enabled
Enabled
This firmware component is enabled
Absent
Absent
This firmware component is either not present or not detected
StandbyOffline
Standby Offline
This firmware is enabled but awaits an external action to activate it
StandbySpare
Standby Spare
This firmware is part of a redundancy set and awaits a failover or other external action to activate it
UnavailableOffline
Unavailable Offline
This firmware component is present but cannot be used
None
A value unknown to this standard, check the raw value
Trait Implementations
impl Eq for FirmwareInventoryStateInformation
impl StructuralEq for FirmwareInventoryStateInformation
impl StructuralPartialEq for FirmwareInventoryStateInformation
Auto Trait Implementations
impl RefUnwindSafe for FirmwareInventoryStateInformation
impl Send for FirmwareInventoryStateInformation
impl Sync for FirmwareInventoryStateInformation
impl Unpin for FirmwareInventoryStateInformation
impl UnwindSafe for FirmwareInventoryStateInformation
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more