pub(crate) enum CrashType {
UhPanic,
}
Variants§
UhPanic
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CrashType
impl RefUnwindSafe for CrashType
impl Send for CrashType
impl Sync for CrashType
impl Unpin for CrashType
impl UnwindSafe for CrashType
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