pub struct PingInfo {
pub pinged_services: HashMap<String, u64>,
pub average_ping: Option<u64>,
}Expand description
Структура информации о пинге
Fields§
§pinged_services: HashMap<String, u64>§average_ping: Option<u64>Trait Implementations§
impl Eq for PingInfo
impl StructuralPartialEq for PingInfo
Auto Trait Implementations§
impl Freeze for PingInfo
impl RefUnwindSafe for PingInfo
impl Send for PingInfo
impl Sync for PingInfo
impl Unpin for PingInfo
impl UnsafeUnpin for PingInfo
impl UnwindSafe for PingInfo
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.