pub struct PingSample {
pub tunnel_server_id: u64,
pub dc_id: u64,
pub server_ts: u64,
pub latency: u64,
pub count: u16,
pub num: u16,
}
Fields§
§tunnel_server_id: u64
§dc_id: u64
§server_ts: u64
§latency: u64
§count: u16
§num: u16
Trait Implementations§
Source§impl Clone for PingSample
impl Clone for PingSample
Source§fn clone(&self) -> PingSample
fn clone(&self) -> PingSample
Returns a duplicate of the value. Read more
1.0.0 · 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 PingSample
impl Debug for PingSample
Source§impl<'de> Deserialize<'de> for PingSample
impl<'de> Deserialize<'de> for PingSample
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for PingSample
impl RefUnwindSafe for PingSample
impl Send for PingSample
impl Sync for PingSample
impl Unpin for PingSample
impl UnwindSafe for PingSample
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