pub enum GoogleSearchType {
WebSearch,
ImageSearch,
EnterpriseWebSearch,
}Variants§
Trait Implementations§
Source§impl Clone for GoogleSearchType
impl Clone for GoogleSearchType
Source§fn clone(&self) -> GoogleSearchType
fn clone(&self) -> GoogleSearchType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GoogleSearchType
impl Debug for GoogleSearchType
Source§impl<'de> Deserialize<'de> for GoogleSearchType
impl<'de> Deserialize<'de> for GoogleSearchType
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 GoogleSearchType
impl PartialEq for GoogleSearchType
Source§impl Serialize for GoogleSearchType
impl Serialize for GoogleSearchType
impl StructuralPartialEq for GoogleSearchType
Auto Trait Implementations§
impl Freeze for GoogleSearchType
impl RefUnwindSafe for GoogleSearchType
impl Send for GoogleSearchType
impl Sync for GoogleSearchType
impl Unpin for GoogleSearchType
impl UnsafeUnpin for GoogleSearchType
impl UnwindSafe for GoogleSearchType
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