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