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§
source§impl Debug for SystemUuidData
impl Debug for SystemUuidData
source§impl Display for SystemUuidData
impl Display for SystemUuidData
source§impl 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§
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