Struct cdp::page::SearchInResourceResponse
[−]
[src]
pub struct SearchInResourceResponse<'a> {
pub result: Vec<SearchMatch<'a>>,
}[Experimental] Searches for given string in resource content.
Command Page.searchInResource
Domain Module: cdp::page
Command Struct: cdp::page::SearchInResourceCommand
Response Struct: cdp::page::SearchInResourceResponse
Fields
result: Vec<SearchMatch<'a>>
List of search matches.
Trait Implementations
impl<'a> Clone for SearchInResourceResponse<'a>[src]
fn clone(&self) -> SearchInResourceResponse<'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 SearchInResourceResponse<'a>[src]
impl<'a> PartialEq for SearchInResourceResponse<'a>[src]
fn eq(&self, __arg_0: &SearchInResourceResponse<'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: &SearchInResourceResponse<'a>) -> bool[src]
This method tests for !=.
impl<'a> CdpCommand for SearchInResourceResponse<'a>[src]
const COMMAND_NAME: &'static str
COMMAND_NAME: &'static str = "Page.searchInResource"