pub struct BootId(/* private fields */);Expand description
An identity for one host boot.
Implementations§
Trait Implementations§
impl Copy for BootId
impl Eq for BootId
impl StructuralPartialEq for BootId
Auto Trait Implementations§
impl Freeze for BootId
impl RefUnwindSafe for BootId
impl Send for BootId
impl Sync for BootId
impl Unpin for BootId
impl UnsafeUnpin for BootId
impl UnwindSafe for BootId
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