[][src]Struct google_customsearch1::Query

pub struct Query {
    pub date_restrict: Option<String>,
    pub input_encoding: Option<String>,
    pub or_terms: Option<String>,
    pub high_range: Option<String>,
    pub cx: Option<String>,
    pub start_page: Option<i32>,
    pub disable_cn_tw_translation: Option<String>,
    pub cr: Option<String>,
    pub img_type: Option<String>,
    pub related_site: Option<String>,
    pub gl: Option<String>,
    pub search_type: Option<String>,
    pub title: Option<String>,
    pub google_host: Option<String>,
    pub file_type: Option<String>,
    pub img_dominant_color: Option<String>,
    pub site_search: Option<String>,
    pub sort: Option<String>,
    pub hq: Option<String>,
    pub output_encoding: Option<String>,
    pub safe: Option<String>,
    pub search_terms: Option<String>,
    pub exact_terms: Option<String>,
    pub img_color_type: Option<String>,
    pub hl: Option<String>,
    pub total_results: Option<String>,
    pub low_range: Option<String>,
    pub count: Option<i32>,
    pub img_size: Option<String>,
    pub language: Option<String>,
    pub rights: Option<String>,
    pub start_index: Option<i32>,
    pub exclude_terms: Option<String>,
    pub filter: Option<String>,
    pub link_site: Option<String>,
    pub site_search_filter: Option<String>,
}

There is no detailed description.

This type is not used in any activity, and only used as part of another schema.

Fields

date_restrict: Option<String>

no description provided

input_encoding: Option<String>

no description provided

or_terms: Option<String>

no description provided

high_range: Option<String>

no description provided

cx: Option<String>

no description provided

start_page: Option<i32>

no description provided

disable_cn_tw_translation: Option<String>

no description provided

cr: Option<String>

no description provided

img_type: Option<String>

no description provided

related_site: Option<String>

no description provided

gl: Option<String>

no description provided

search_type: Option<String>

no description provided

title: Option<String>

no description provided

google_host: Option<String>

no description provided

file_type: Option<String>

no description provided

img_dominant_color: Option<String>

no description provided

site_search: Option<String>

no description provided

sort: Option<String>

no description provided

hq: Option<String>

no description provided

output_encoding: Option<String>

no description provided

safe: Option<String>

no description provided

search_terms: Option<String>

no description provided

exact_terms: Option<String>

no description provided

img_color_type: Option<String>

no description provided

hl: Option<String>

no description provided

total_results: Option<String>

no description provided

low_range: Option<String>

no description provided

count: Option<i32>

no description provided

img_size: Option<String>

no description provided

language: Option<String>

no description provided

rights: Option<String>

no description provided

start_index: Option<i32>

no description provided

exclude_terms: Option<String>

no description provided

filter: Option<String>

no description provided

link_site: Option<String>

no description provided

site_search_filter: Option<String>

no description provided

Trait Implementations

impl Part for Query[src]

impl Default for Query[src]

impl Clone for Query[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Debug for Query[src]

impl Serialize for Query[src]

impl<'de> Deserialize<'de> for Query[src]

Auto Trait Implementations

impl Send for Query

impl Unpin for Query

impl Sync for Query

impl UnwindSafe for Query

impl RefUnwindSafe for Query

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Typeable for T where
    T: Any

fn get_type(&self) -> TypeId

Get the TypeId of this object.

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]