pub struct IgnoreEvents;
Expand description
A client handler which ignores any incoming events.
Trait Implementations§
Source§impl<T: Transport> ClientHandler<T> for IgnoreEvents
impl<T: Transport> ClientHandler<T> for IgnoreEvents
Source§fn on_event(&mut self, _: &ClientSender<T>, _: u64, _: T::RecvBuffer)
fn on_event(&mut self, _: &ClientSender<T>, _: u64, _: T::RecvBuffer)
Handles a received client event. Read more
Auto Trait Implementations§
impl Freeze for IgnoreEvents
impl RefUnwindSafe for IgnoreEvents
impl Send for IgnoreEvents
impl Sync for IgnoreEvents
impl Unpin for IgnoreEvents
impl UnwindSafe for IgnoreEvents
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