pub struct ResponseTiming {
pub time_to_first_byte: Option<u64>,
pub time_to_last_byte: Option<u64>,
}Fields§
§time_to_first_byte: Option<u64>§time_to_last_byte: Option<u64>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 (const: unstable) · 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
Source§impl<'de> Deserialize<'de> for ResponseTiming
impl<'de> Deserialize<'de> for ResponseTiming
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
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