pub struct GoogleSearchCallArguments {
pub queries: Vec<String>,
}Fields§
§queries: Vec<String>Trait Implementations§
Source§impl Clone for GoogleSearchCallArguments
impl Clone for GoogleSearchCallArguments
Source§fn clone(&self) -> GoogleSearchCallArguments
fn clone(&self) -> GoogleSearchCallArguments
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 GoogleSearchCallArguments
impl Debug for GoogleSearchCallArguments
Source§impl Default for GoogleSearchCallArguments
impl Default for GoogleSearchCallArguments
Source§fn default() -> GoogleSearchCallArguments
fn default() -> GoogleSearchCallArguments
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleSearchCallArguments
impl<'de> Deserialize<'de> for GoogleSearchCallArguments
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
impl StructuralPartialEq for GoogleSearchCallArguments
Auto Trait Implementations§
impl Freeze for GoogleSearchCallArguments
impl RefUnwindSafe for GoogleSearchCallArguments
impl Send for GoogleSearchCallArguments
impl Sync for GoogleSearchCallArguments
impl Unpin for GoogleSearchCallArguments
impl UnsafeUnpin for GoogleSearchCallArguments
impl UnwindSafe for GoogleSearchCallArguments
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