Struct cdp::dom::GetSearchResultsResponse
[−]
[src]
pub struct GetSearchResultsResponse {
pub node_ids: Vec<NodeId>,
}[Experimental] Returns search results from given fromIndex to given toIndex from the sarch with the given identifier.
Command DOM.getSearchResults
Domain Module: cdp::dom
Command Struct: cdp::dom::GetSearchResultsCommand
Response Struct: cdp::dom::GetSearchResultsResponse
Fields
node_ids: Vec<NodeId>
Ids of the search result nodes.
Trait Implementations
impl Clone for GetSearchResultsResponse[src]
fn clone(&self) -> GetSearchResultsResponse[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 GetSearchResultsResponse[src]
impl PartialEq for GetSearchResultsResponse[src]
fn eq(&self, __arg_0: &GetSearchResultsResponse) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &GetSearchResultsResponse) -> bool[src]
This method tests for !=.
impl CdpCommand for GetSearchResultsResponse[src]
const COMMAND_NAME: &'static str
COMMAND_NAME: &'static str = "DOM.getSearchResults"