pub struct NoOpEventHandler {}
Expand description
对于接收到的Redis事件不做任何处理
Trait Implementations§
Source§impl EventHandler for NoOpEventHandler
impl EventHandler for NoOpEventHandler
Auto Trait Implementations§
impl Freeze for NoOpEventHandler
impl RefUnwindSafe for NoOpEventHandler
impl Send for NoOpEventHandler
impl Sync for NoOpEventHandler
impl Unpin for NoOpEventHandler
impl UnwindSafe for NoOpEventHandler
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