Struct headless_chrome::protocol::cdp::DOM::events::ChildNodeInsertedEventParams
source · pub struct ChildNodeInsertedEventParams {
pub parent_node_id: NodeId,
pub previous_node_id: NodeId,
pub node: Node,
}Fields§
§parent_node_id: NodeId§previous_node_id: NodeId§node: NodeTrait Implementations§
source§impl Clone for ChildNodeInsertedEventParams
impl Clone for ChildNodeInsertedEventParams
source§fn clone(&self) -> ChildNodeInsertedEventParams
fn clone(&self) -> ChildNodeInsertedEventParams
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 ChildNodeInsertedEventParams
impl Debug for ChildNodeInsertedEventParams
source§impl<'de> Deserialize<'de> for ChildNodeInsertedEventParams
impl<'de> Deserialize<'de> for ChildNodeInsertedEventParams
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