pub struct GoogleSearchRequest {
pub q: String,
}Expand description
See: https://serpapi.com/search-api#api-parameters
Fields§
§q: StringSee: https://serpapi.com/search-api#api-parameters-search-query-q
Trait Implementations§
Source§impl Clone for GoogleSearchRequest
impl Clone for GoogleSearchRequest
Source§fn clone(&self) -> GoogleSearchRequest
fn clone(&self) -> GoogleSearchRequest
Returns a copy 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 GoogleSearchRequest
impl Debug for GoogleSearchRequest
Source§impl Default for GoogleSearchRequest
impl Default for GoogleSearchRequest
Source§fn default() -> GoogleSearchRequest
fn default() -> GoogleSearchRequest
Returns the “default value” for a type. Read more
Source§impl FromStr for GoogleSearchRequest
impl FromStr for GoogleSearchRequest
Auto Trait Implementations§
impl Freeze for GoogleSearchRequest
impl RefUnwindSafe for GoogleSearchRequest
impl Send for GoogleSearchRequest
impl Sync for GoogleSearchRequest
impl Unpin for GoogleSearchRequest
impl UnwindSafe for GoogleSearchRequest
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