pub struct PingReq;Expand description
A ping request message
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PingReq
impl RefUnwindSafe for PingReq
impl Send for PingReq
impl Sync for PingReq
impl Unpin for PingReq
impl UnwindSafe for PingReq
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