Struct unhandledrejection
pub struct unhandledrejection;
Trait Implementations§
§impl EventDescriptor for unhandledrejection
impl EventDescriptor for unhandledrejection
Auto Trait Implementations§
impl Freeze for unhandledrejection
impl RefUnwindSafe for unhandledrejection
impl Send for unhandledrejection
impl Sync for unhandledrejection
impl Unpin for unhandledrejection
impl UnwindSafe for unhandledrejection
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