pub struct MachineId { /* private fields */ }
Expand description
A machine-specific ID.
Implementations§
Trait Implementations§
impl Copy for MachineId
impl Eq for MachineId
impl StructuralPartialEq for MachineId
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