pub struct MachineId;Expand description
Get the machine ID
Implementations§
Auto Trait Implementations§
impl Freeze for MachineId
impl RefUnwindSafe for MachineId
impl Send for MachineId
impl Sync for MachineId
impl Unpin for MachineId
impl UnwindSafe for MachineId
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