pub struct HarTimings {
pub receive: f64,
}Expand description
HAR timing breakdown.
Fields§
§receive: f64Time to receive response (ms).
Trait Implementations§
Source§impl Clone for HarTimings
impl Clone for HarTimings
Source§fn clone(&self) -> HarTimings
fn clone(&self) -> HarTimings
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 HarTimings
impl Debug for HarTimings
Source§impl<'de> Deserialize<'de> for HarTimings
impl<'de> Deserialize<'de> for HarTimings
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 HarTimings
impl RefUnwindSafe for HarTimings
impl Send for HarTimings
impl Sync for HarTimings
impl Unpin for HarTimings
impl UnwindSafe for HarTimings
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