Struct chromiumoxide::cdp::browser_protocol::dom::GetSearchResultsReturns
source · [−]Expand description
Returns search results from given fromIndex to given toIndex from the search with the given
identifier.
getSearchResults
Fields
node_ids: Vec<NodeId, Global>Ids of the search result nodes.
Implementations
sourceimpl GetSearchResultsReturns
impl GetSearchResultsReturns
pub fn builder() -> GetSearchResultsReturnsBuilder
Trait Implementations
sourceimpl Clone for GetSearchResultsReturns
impl Clone for GetSearchResultsReturns
sourcefn clone(&self) -> GetSearchResultsReturns
fn clone(&self) -> GetSearchResultsReturns
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for GetSearchResultsReturns
impl Debug for GetSearchResultsReturns
sourceimpl<'de> Deserialize<'de> for GetSearchResultsReturns
impl<'de> Deserialize<'de> for GetSearchResultsReturns
sourcefn deserialize<__D>(
__deserializer: __D
) -> Result<GetSearchResultsReturns, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<GetSearchResultsReturns, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<GetSearchResultsReturns> for GetSearchResultsReturns
impl PartialEq<GetSearchResultsReturns> for GetSearchResultsReturns
sourcefn eq(&self, other: &GetSearchResultsReturns) -> bool
fn eq(&self, other: &GetSearchResultsReturns) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &GetSearchResultsReturns) -> bool
fn ne(&self, other: &GetSearchResultsReturns) -> bool
This method tests for !=.
sourceimpl Serialize for GetSearchResultsReturns
impl Serialize for GetSearchResultsReturns
sourcefn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for GetSearchResultsReturns
Auto Trait Implementations
impl RefUnwindSafe for GetSearchResultsReturns
impl Send for GetSearchResultsReturns
impl Sync for GetSearchResultsReturns
impl Unpin for GetSearchResultsReturns
impl UnwindSafe for GetSearchResultsReturns
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more