pub enum BootManagerEvent {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BootManagerEvent
impl RefUnwindSafe for BootManagerEvent
impl Send for BootManagerEvent
impl Sync for BootManagerEvent
impl Unpin for BootManagerEvent
impl UnwindSafe for BootManagerEvent
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