[][src]Struct har::v1_2::Timings

pub struct Timings {
    pub blocked: Option<i64>,
    pub dns: Option<i64>,
    pub connect: Option<i64>,
    pub send: i64,
    pub wait: i64,
    pub receive: i64,
    pub ssl: Option<i64>,
    pub comment: Option<String>,
}

Fields

blocked: Option<i64>dns: Option<i64>connect: Option<i64>send: i64wait: i64receive: i64ssl: Option<i64>comment: Option<String>

Trait Implementations

impl PartialEq<Timings> for Timings[src]

impl Default for Timings[src]

impl Clone for Timings[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Timings[src]

impl Serialize for Timings[src]

impl<'de> Deserialize<'de> for Timings[src]

Auto Trait Implementations

impl Send for Timings

impl Sync for Timings

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]