pub struct GetSearchResultsCommand { /* private fields */ }Available on crate features
DOM and Runtime and experimental only.Expand description
Returns search results from given fromIndex to given toIndex from the search with the given
identifier.
Implementations§
Trait Implementations§
Source§impl Clone for GetSearchResultsCommand
impl Clone for GetSearchResultsCommand
Source§fn clone(&self) -> GetSearchResultsCommand
fn clone(&self) -> GetSearchResultsCommand
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 Command for GetSearchResultsCommand
impl Command for GetSearchResultsCommand
Source§impl Debug for GetSearchResultsCommand
impl Debug for GetSearchResultsCommand
Source§impl<'de> Deserialize<'de> for GetSearchResultsCommand
impl<'de> Deserialize<'de> for GetSearchResultsCommand
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
Auto Trait Implementations§
impl Freeze for GetSearchResultsCommand
impl RefUnwindSafe for GetSearchResultsCommand
impl Send for GetSearchResultsCommand
impl Sync for GetSearchResultsCommand
impl Unpin for GetSearchResultsCommand
impl UnwindSafe for GetSearchResultsCommand
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