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