Struct cdp::dom::ChildNodeCountUpdatedEvent [] [src]

pub struct ChildNodeCountUpdatedEvent {
    pub node_id: NodeId,
    pub child_node_count: i32,
}

Fired when Container's child node count has changed.

Event DOM.childNodeCountUpdated

Domain Module: cdp::dom
Event Struct: cdp::dom::ChildNodeCountUpdatedEvent

Fields

Id of the node that has changed.

New node count.

Trait Implementations

impl Clone for ChildNodeCountUpdatedEvent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ChildNodeCountUpdatedEvent
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for ChildNodeCountUpdatedEvent
[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 CdpEvent for ChildNodeCountUpdatedEvent
[src]

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

impl SerializeCdpEvent for ChildNodeCountUpdatedEvent
[src]

[src]

[src]

impl<'de> DeserializeCdpEvent<'de> for ChildNodeCountUpdatedEvent
[src]

[src]