pub struct PingHandler;
Trait Implementations§
Source§impl CommandHandler for PingHandler
impl CommandHandler for PingHandler
Auto Trait Implementations§
impl Freeze for PingHandler
impl RefUnwindSafe for PingHandler
impl Send for PingHandler
impl Sync for PingHandler
impl Unpin for PingHandler
impl UnwindSafe for PingHandler
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