pub struct SystemIDBuilder { /* private fields */ }Implementations§
Source§impl SystemIDBuilder
impl SystemIDBuilder
pub fn add_platform_serial(&mut self) -> &mut Self
pub fn add_platform_uuid(&mut self) -> &mut Self
pub fn add_drive_serial(&mut self) -> &mut Self
pub fn add_cpu_brand(&mut self) -> &mut Self
Trait Implementations§
Source§impl Default for SystemIDBuilder
impl Default for SystemIDBuilder
Source§fn default() -> SystemIDBuilder
fn default() -> SystemIDBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SystemIDBuilder
impl RefUnwindSafe for SystemIDBuilder
impl Send for SystemIDBuilder
impl Sync for SystemIDBuilder
impl Unpin for SystemIDBuilder
impl UnsafeUnpin for SystemIDBuilder
impl UnwindSafe for SystemIDBuilder
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