pub enum HardwareSecurityStatus {
Disabled,
Enabled,
NotImplemented,
Unknown,
}
Expand description
Variants§
Trait Implementations§
source§impl Debug for HardwareSecurityStatus
impl Debug for HardwareSecurityStatus
source§impl PartialEq<HardwareSecurityStatus> for HardwareSecurityStatus
impl PartialEq<HardwareSecurityStatus> for HardwareSecurityStatus
source§fn eq(&self, other: &HardwareSecurityStatus) -> bool
fn eq(&self, other: &HardwareSecurityStatus) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for HardwareSecurityStatus
impl Serialize for HardwareSecurityStatus
impl Eq for HardwareSecurityStatus
impl StructuralEq for HardwareSecurityStatus
impl StructuralPartialEq for HardwareSecurityStatus
Auto Trait Implementations§
impl RefUnwindSafe for HardwareSecurityStatus
impl Send for HardwareSecurityStatus
impl Sync for HardwareSecurityStatus
impl Unpin for HardwareSecurityStatus
impl UnwindSafe for HardwareSecurityStatus
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