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

Ids of the search result nodes.

Trait Implementations

impl Clone for GetSearchResultsResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GetSearchResultsResponse
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for GetSearchResultsResponse
[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 CdpCommand for GetSearchResultsResponse
[src]

COMMAND_NAME: &'static str = "DOM.getSearchResults"

impl<'a> HasCdpCommand<'a> for GetSearchResultsResponse
[src]