Enum smbioslib::SystemUuidData
source · [−]pub enum SystemUuidData {
IdNotPresentButSettable,
IdNotPresent,
Uuid(SystemUuid),
}
Expand description
Variants
IdNotPresentButSettable
The ID is not currently present in the system, but it can be set
IdNotPresent
The ID is not present in the system
Uuid(SystemUuid)
System UUID
Trait Implementations
sourceimpl Debug for SystemUuidData
impl Debug for SystemUuidData
sourceimpl Display for SystemUuidData
impl Display for SystemUuidData
sourceimpl Serialize for SystemUuidData
impl Serialize for SystemUuidData
Auto Trait Implementations
impl RefUnwindSafe for SystemUuidData
impl Send for SystemUuidData
impl Sync for SystemUuidData
impl Unpin for SystemUuidData
impl UnwindSafe for SystemUuidData
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