pub struct DummyHandler;
Expand description
Use this Handler if you don’t wish to use any handler
Trait Implementations§
Source§impl ReceiverHandler for DummyHandler
impl ReceiverHandler for DummyHandler
Auto Trait Implementations§
impl Freeze for DummyHandler
impl RefUnwindSafe for DummyHandler
impl Send for DummyHandler
impl Sync for DummyHandler
impl Unpin for DummyHandler
impl UnwindSafe for DummyHandler
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