pub struct Boot(/* private fields */);
Expand description
Boot mode
Auto Trait Implementations§
impl Freeze for Boot
impl RefUnwindSafe for Boot
impl Send for Boot
impl Sync for Boot
impl Unpin for Boot
impl UnwindSafe for Boot
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