pub struct HarPage {
pub started_date_time: Option<String>,
pub id: Option<String>,
pub title: Option<String>,
pub page_timings: Option<Value>,
}Expand description
log.pages[*] (page-level timing metadata). Parsed for tolerance only.
Fields§
§started_date_time: Option<String>§id: Option<String>§title: Option<String>§page_timings: Option<Value>Trait Implementations§
Source§impl<'de> Deserialize<'de> for HarPage
impl<'de> Deserialize<'de> for HarPage
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 HarPage
impl RefUnwindSafe for HarPage
impl Send for HarPage
impl Sync for HarPage
impl Unpin for HarPage
impl UnsafeUnpin for HarPage
impl UnwindSafe for HarPage
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