pub struct IperfEnd {
pub sum: Option<IperfSum>,
pub sum_sent: Option<IperfSum>,
pub sum_received: Option<IperfSum>,
}Fields§
§sum: Option<IperfSum>§sum_sent: Option<IperfSum>§sum_received: Option<IperfSum>Trait Implementations§
Source§impl<'de> Deserialize<'de> for IperfEnd
impl<'de> Deserialize<'de> for IperfEnd
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 IperfEnd
impl RefUnwindSafe for IperfEnd
impl Send for IperfEnd
impl Sync for IperfEnd
impl Unpin for IperfEnd
impl UnsafeUnpin for IperfEnd
impl UnwindSafe for IperfEnd
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