pub struct NoopEventSink;Expand description
No-op event sink (for testing).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoopEventSink
impl RefUnwindSafe for NoopEventSink
impl Send for NoopEventSink
impl Sync for NoopEventSink
impl Unpin for NoopEventSink
impl UnsafeUnpin for NoopEventSink
impl UnwindSafe for NoopEventSink
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