Struct headless_chrome::protocol::cdp::LayerTree::ProfileSnapshot
source · pub struct ProfileSnapshot {
pub snapshot_id: SnapshotId,
pub min_repeat_count: Option<JsUInt>,
pub min_duration: Option<JsFloat>,
pub clip_rect: Option<Rect>,
}Fields§
§snapshot_id: SnapshotId§min_repeat_count: Option<JsUInt>§min_duration: Option<JsFloat>§clip_rect: Option<Rect>Trait Implementations§
source§impl Clone for ProfileSnapshot
impl Clone for ProfileSnapshot
source§fn clone(&self) -> ProfileSnapshot
fn clone(&self) -> ProfileSnapshot
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 ProfileSnapshot
impl Debug for ProfileSnapshot
source§impl<'de> Deserialize<'de> for ProfileSnapshot
impl<'de> Deserialize<'de> for ProfileSnapshot
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