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