pub struct NoEvents;Expand description
Discards everything. For callers that only want the report.
Trait Implementations§
impl Copy for NoEvents
Auto Trait Implementations§
impl Freeze for NoEvents
impl RefUnwindSafe for NoEvents
impl Send for NoEvents
impl Sync for NoEvents
impl Unpin for NoEvents
impl UnsafeUnpin for NoEvents
impl UnwindSafe for NoEvents
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