pub struct PingSeries { /* private fields */ }Expand description
A sequence of ICMP echo requests.
Implementations§
Trait Implementations§
Source§impl Clone for PingSeries
impl Clone for PingSeries
Source§fn clone(&self) -> PingSeries
fn clone(&self) -> PingSeries
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PingSeries
impl Debug for PingSeries
Source§impl PartialEq for PingSeries
impl PartialEq for PingSeries
Source§fn eq(&self, other: &PingSeries) -> bool
fn eq(&self, other: &PingSeries) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for PingSeries
impl StructuralPartialEq for PingSeries
Auto Trait Implementations§
impl Freeze for PingSeries
impl RefUnwindSafe for PingSeries
impl Send for PingSeries
impl Sync for PingSeries
impl Unpin for PingSeries
impl UnsafeUnpin for PingSeries
impl UnwindSafe for PingSeries
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