pub struct BytesSent { /* private fields */ }Expand description
BytesSent instruments how many bytes are sent downstream.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BytesSent
impl RefUnwindSafe for BytesSent
impl Send for BytesSent
impl Sync for BytesSent
impl Unpin for BytesSent
impl UnsafeUnpin for BytesSent
impl UnwindSafe for BytesSent
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