pub struct PingSender(/* private fields */);Expand description
Structure used for sending ping echo messages.
Implementations§
Source§impl PingSender
impl PingSender
Auto Trait Implementations§
impl Freeze for PingSender
impl RefUnwindSafe for PingSender
impl Send for PingSender
impl Sync for PingSender
impl Unpin for PingSender
impl UnwindSafe for PingSender
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