Struct cdp::dom::PushNodesByBackendIdsToFrontendResponse
[−]
[src]
pub struct PushNodesByBackendIdsToFrontendResponse {
pub node_ids: Vec<NodeId>,
}[Experimental] Requests that a batch of nodes is sent to the caller given their backend node ids.
Command DOM.pushNodesByBackendIdsToFrontend
Domain Module: cdp::dom
Command Struct: cdp::dom::PushNodesByBackendIdsToFrontendCommand
Response Struct: cdp::dom::PushNodesByBackendIdsToFrontendResponse
Fields
node_ids: Vec<NodeId>
The array of ids of pushed nodes that correspond to the backend ids specified in backendNodeIds.
Trait Implementations
impl Clone for PushNodesByBackendIdsToFrontendResponse[src]
fn clone(&self) -> PushNodesByBackendIdsToFrontendResponse[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 Debug for PushNodesByBackendIdsToFrontendResponse[src]
impl PartialEq for PushNodesByBackendIdsToFrontendResponse[src]
fn eq(&self, __arg_0: &PushNodesByBackendIdsToFrontendResponse) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &PushNodesByBackendIdsToFrontendResponse) -> bool[src]
This method tests for !=.
impl CdpCommand for PushNodesByBackendIdsToFrontendResponse[src]
const COMMAND_NAME: &'static str
COMMAND_NAME: &'static str = "DOM.pushNodesByBackendIdsToFrontend"