Struct cdp::dom::DistributedNodesUpdatedEvent [] [src]

pub struct DistributedNodesUpdatedEvent<'a> {
    pub insertion_point_id: NodeId,
    pub distributed_nodes: Vec<BackendNode<'a>>,
}

[Experimental] Called when distrubution is changed.

Event DOM.distributedNodesUpdated

Domain Module: cdp::dom
Event Struct: cdp::dom::DistributedNodesUpdatedEvent

Fields

Insertion point where distrubuted nodes were updated.

Distributed nodes for given insertion point.

Trait Implementations

impl<'a> Clone for DistributedNodesUpdatedEvent<'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 DistributedNodesUpdatedEvent<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> PartialEq for DistributedNodesUpdatedEvent<'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 DistributedNodesUpdatedEvent<'a>
[src]

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

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

[src]

[src]

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

[src]