pub struct NullExecEventSink;Expand description
Event sink that ignores all events.
Trait Implementations§
Source§impl Debug for NullExecEventSink
impl Debug for NullExecEventSink
Source§impl Default for NullExecEventSink
impl Default for NullExecEventSink
Source§fn default() -> NullExecEventSink
fn default() -> NullExecEventSink
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NullExecEventSink
impl RefUnwindSafe for NullExecEventSink
impl Send for NullExecEventSink
impl Sync for NullExecEventSink
impl Unpin for NullExecEventSink
impl UnsafeUnpin for NullExecEventSink
impl UnwindSafe for NullExecEventSink
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