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