pub struct Traffic {
pub inbound: usize,
pub outbound: usize,
}
Fields§
§inbound: usize
§outbound: usize
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Traffic
impl RefUnwindSafe for Traffic
impl Send for Traffic
impl Sync for Traffic
impl Unpin for Traffic
impl UnwindSafe for Traffic
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