Struct headless_chrome::protocol::cdp::PerformanceTimeline::LayoutShift
source · pub struct LayoutShift {
pub value: JsFloat,
pub had_recent_input: bool,
pub last_input_time: TimeSinceEpoch,
pub sources: Vec<LayoutShiftAttribution>,
}Fields§
§value: JsFloat§had_recent_input: bool§last_input_time: TimeSinceEpoch§sources: Vec<LayoutShiftAttribution>Trait Implementations§
source§impl Clone for LayoutShift
impl Clone for LayoutShift
source§fn clone(&self) -> LayoutShift
fn clone(&self) -> LayoutShift
Returns a copy 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 LayoutShift
impl Debug for LayoutShift
source§impl<'de> Deserialize<'de> for LayoutShift
impl<'de> Deserialize<'de> for LayoutShift
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