pub struct ResponseTiming {
pub total: Duration,
}Expand description
Response timing information.
Fields§
§total: DurationTotal request duration.
Implementations§
Trait Implementations§
Source§impl Clone for ResponseTiming
impl Clone for ResponseTiming
Source§fn clone(&self) -> ResponseTiming
fn clone(&self) -> ResponseTiming
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ResponseTiming
impl Debug for ResponseTiming
impl Copy for ResponseTiming
Auto Trait Implementations§
impl Freeze for ResponseTiming
impl RefUnwindSafe for ResponseTiming
impl Send for ResponseTiming
impl Sync for ResponseTiming
impl Unpin for ResponseTiming
impl UnsafeUnpin for ResponseTiming
impl UnwindSafe for ResponseTiming
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