pub struct Sizes {
pub req_body: i64,
pub resp_body: i64,
pub resp_content: i64,
pub resp_headers: i64,
}Fields§
§req_body: i64§resp_body: i64§resp_content: i64§resp_headers: i64Trait Implementations§
Auto Trait Implementations§
impl Freeze for Sizes
impl RefUnwindSafe for Sizes
impl Send for Sizes
impl Sync for Sizes
impl Unpin for Sizes
impl UnsafeUnpin for Sizes
impl UnwindSafe for Sizes
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