pub struct PingReport {
pub min: Duration,
pub avg: Duration,
pub max: Duration,
}
Fields§
§min: Duration
§avg: Duration
§max: Duration
Trait Implementations§
Source§impl Debug for PingReport
impl Debug for PingReport
Auto Trait Implementations§
impl Freeze for PingReport
impl RefUnwindSafe for PingReport
impl Send for PingReport
impl Sync for PingReport
impl Unpin for PingReport
impl UnwindSafe for PingReport
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