pub struct ErrorEventHandler(/* private fields */);
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ErrorEventHandler
impl !RefUnwindSafe for ErrorEventHandler
impl Send for ErrorEventHandler
impl Sync for ErrorEventHandler
impl Unpin for ErrorEventHandler
impl !UnwindSafe for ErrorEventHandler
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