pub struct PingHandler;
Expand description
Handler for ping requests
Implementations§
Source§impl PingHandler
impl 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