pub struct BodyCopyReport {
pub wire_bytes: u64,
pub decoded_bytes: u64,
}Expand description
Report from body copying.
Fields§
§wire_bytes: u64§decoded_bytes: u64Trait Implementations§
Source§impl Debug for BodyCopyReport
impl Debug for BodyCopyReport
Source§impl Default for BodyCopyReport
impl Default for BodyCopyReport
Source§fn default() -> BodyCopyReport
fn default() -> BodyCopyReport
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BodyCopyReport
impl RefUnwindSafe for BodyCopyReport
impl Send for BodyCopyReport
impl Sync for BodyCopyReport
impl Unpin for BodyCopyReport
impl UnsafeUnpin for BodyCopyReport
impl UnwindSafe for BodyCopyReport
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