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