pub struct LinkStats {
pub send_bytes: u64,
pub send_bytes_details: RateDetails,
pub recv_bytes: u64,
pub recv_bytes_details: RateDetails,
}Fields§
§send_bytes: u64§send_bytes_details: RateDetails§recv_bytes: u64§recv_bytes_details: RateDetailsTrait Implementations§
Source§impl<'de> Deserialize<'de> for LinkStats
impl<'de> Deserialize<'de> for LinkStats
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 LinkStats
impl RefUnwindSafe for LinkStats
impl Send for LinkStats
impl Sync for LinkStats
impl Unpin for LinkStats
impl UnwindSafe for LinkStats
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