Struct cdp::dom::ChildNodeInsertedEvent [] [src]

pub struct ChildNodeInsertedEvent<'a> {
    pub parent_node_id: NodeId,
    pub previous_node_id: NodeId,
    pub node: Node<'a>,
}

Mirrors DOMNodeInserted event.

Event DOM.childNodeInserted

Domain Module: cdp::dom
Event Struct: cdp::dom::ChildNodeInsertedEvent

Fields

Id of the node that has changed.

If of the previous siblint.

Inserted node data.

Trait Implementations

impl<'a> Clone for ChildNodeInsertedEvent<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> Debug for ChildNodeInsertedEvent<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> PartialEq for ChildNodeInsertedEvent<'a>
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl<'a> CdpEvent for ChildNodeInsertedEvent<'a>
[src]

EVENT_NAME: &'static str = "DOM.childNodeInserted"

impl<'a> SerializeCdpEvent for ChildNodeInsertedEvent<'a>
[src]

[src]

[src]

impl<'de, 'a> DeserializeCdpEvent<'de> for ChildNodeInsertedEvent<'a>
[src]

[src]