Struct headless_chrome::protocol::cdp::Profiler::ProfileNode
source · pub struct ProfileNode {
pub id: JsUInt,
pub call_frame: CallFrame,
pub hit_count: Option<JsUInt>,
pub children: Option<Vec<JsUInt>>,
pub deopt_reason: Option<String>,
pub position_ticks: Option<Vec<PositionTickInfo>>,
}Fields§
§id: JsUInt§call_frame: CallFrame§hit_count: Option<JsUInt>§children: Option<Vec<JsUInt>>§deopt_reason: Option<String>§position_ticks: Option<Vec<PositionTickInfo>>Trait Implementations§
source§impl Clone for ProfileNode
impl Clone for ProfileNode
source§fn clone(&self) -> ProfileNode
fn clone(&self) -> ProfileNode
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 ProfileNode
impl Debug for ProfileNode
source§impl<'de> Deserialize<'de> for ProfileNode
impl<'de> Deserialize<'de> for ProfileNode
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