pub struct GetSearchResults {
pub search_id: String,
pub from_index: JsUInt,
pub to_index: JsUInt,
}Fields§
§search_id: String§from_index: JsUInt§to_index: JsUIntTrait Implementations§
Source§impl Clone for GetSearchResults
impl Clone for GetSearchResults
Source§fn clone(&self) -> GetSearchResults
fn clone(&self) -> GetSearchResults
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GetSearchResults
impl Debug for GetSearchResults
Source§impl<'de> Deserialize<'de> for GetSearchResults
impl<'de> Deserialize<'de> for GetSearchResults
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Method for GetSearchResults
impl Method for GetSearchResults
const NAME: &'static str = "DOM.getSearchResults"
type ReturnObject = GetSearchResultsReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for GetSearchResults
impl PartialEq for GetSearchResults
Source§impl Serialize for GetSearchResults
impl Serialize for GetSearchResults
impl StructuralPartialEq for GetSearchResults
Auto Trait Implementations§
impl Freeze for GetSearchResults
impl RefUnwindSafe for GetSearchResults
impl Send for GetSearchResults
impl Sync for GetSearchResults
impl Unpin for GetSearchResults
impl UnwindSafe for GetSearchResults
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more