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_id: NodeId
Insertion point where distrubuted nodes were updated.
distributed_nodes: Vec<BackendNode<'a>>
Distributed nodes for given insertion point.
Trait Implementations
impl<'a> Clone for DistributedNodesUpdatedEvent<'a>[src]
fn clone(&self) -> DistributedNodesUpdatedEvent<'a>[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl<'a> Debug for DistributedNodesUpdatedEvent<'a>[src]
impl<'a> PartialEq for DistributedNodesUpdatedEvent<'a>[src]
fn eq(&self, __arg_0: &DistributedNodesUpdatedEvent<'a>) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &DistributedNodesUpdatedEvent<'a>) -> bool[src]
This method tests for !=.
impl<'a> CdpEvent for DistributedNodesUpdatedEvent<'a>[src]
const EVENT_NAME: &'static str
EVENT_NAME: &'static str = "DOM.distributedNodesUpdated"
impl<'a> SerializeCdpEvent for DistributedNodesUpdatedEvent<'a>[src]
fn event_name(&self) -> &str[src]
fn serialize_event_params<S>(&self, serializer: S) -> Result<S::Ok, S::Error> where
S: Serializer, [src]
S: Serializer,
impl<'de, 'a> DeserializeCdpEvent<'de> for DistributedNodesUpdatedEvent<'a>[src]
fn deserialize_event<D>(
name: &str,
params: D
) -> Result<Result<Self, D::Error>, D> where
D: Deserializer<'de>, [src]
name: &str,
params: D
) -> Result<Result<Self, D::Error>, D> where
D: Deserializer<'de>,