pub struct SearchTypes {
pub web_search: Option<JsonObject>,
pub image_search: Option<JsonObject>,
}Expand description
Search types of google.google_search.
Fields§
§web_search: Option<JsonObject>Enable web search.
image_search: Option<JsonObject>Enable image search.
Trait Implementations§
Source§impl Clone for SearchTypes
impl Clone for SearchTypes
Source§fn clone(&self) -> SearchTypes
fn clone(&self) -> SearchTypes
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 SearchTypes
impl Debug for SearchTypes
Source§impl Default for SearchTypes
impl Default for SearchTypes
Source§fn default() -> SearchTypes
fn default() -> SearchTypes
Returns the “default value” for a type. Read more
impl Eq for SearchTypes
Source§impl PartialEq for SearchTypes
impl PartialEq for SearchTypes
Source§impl Serialize for SearchTypes
impl Serialize for SearchTypes
impl StructuralPartialEq for SearchTypes
Auto Trait Implementations§
impl Freeze for SearchTypes
impl RefUnwindSafe for SearchTypes
impl Send for SearchTypes
impl Sync for SearchTypes
impl Unpin for SearchTypes
impl UnsafeUnpin for SearchTypes
impl UnwindSafe for SearchTypes
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.