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