pub struct Trace {
pub duration_ms: u64,
pub http_version: Option<String>,
pub remote_addr: Option<String>,
pub sent_bytes: Option<u64>,
pub received_bytes: Option<u64>,
pub redirects: Option<u32>,
pub chunks: Option<u32>,
}Fields§
§duration_ms: u64§http_version: Option<String>§remote_addr: Option<String>§sent_bytes: Option<u64>§received_bytes: Option<u64>§redirects: Option<u32>§chunks: Option<u32>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Trace
impl RefUnwindSafe for Trace
impl Send for Trace
impl Sync for Trace
impl Unpin for Trace
impl UnsafeUnpin for Trace
impl UnwindSafe for Trace
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