pub enum GetSearchResultsMethod {
GetSearchResults,
}Variants§
GetSearchResults
Trait Implementations§
Source§impl Clone for GetSearchResultsMethod
impl Clone for GetSearchResultsMethod
Source§fn clone(&self) -> GetSearchResultsMethod
fn clone(&self) -> GetSearchResultsMethod
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 GetSearchResultsMethod
impl Debug for GetSearchResultsMethod
Source§impl<'de> Deserialize<'de> for GetSearchResultsMethod
impl<'de> Deserialize<'de> for GetSearchResultsMethod
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 PartialEq for GetSearchResultsMethod
impl PartialEq for GetSearchResultsMethod
Source§impl Serialize for GetSearchResultsMethod
impl Serialize for GetSearchResultsMethod
impl StructuralPartialEq for GetSearchResultsMethod
Auto Trait Implementations§
impl Freeze for GetSearchResultsMethod
impl RefUnwindSafe for GetSearchResultsMethod
impl Send for GetSearchResultsMethod
impl Sync for GetSearchResultsMethod
impl Unpin for GetSearchResultsMethod
impl UnsafeUnpin for GetSearchResultsMethod
impl UnwindSafe for GetSearchResultsMethod
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