pub struct GoogleMapsConfig {
pub enable_widget: Option<bool>,
}Expand description
Configuration for Google Maps grounding tool
Fields§
§enable_widget: Option<bool>Optional: Enable widget context token generation
Trait Implementations§
Source§impl Clone for GoogleMapsConfig
impl Clone for GoogleMapsConfig
Source§fn clone(&self) -> GoogleMapsConfig
fn clone(&self) -> GoogleMapsConfig
Returns a duplicate 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 GoogleMapsConfig
impl Debug for GoogleMapsConfig
Source§impl<'de> Deserialize<'de> for GoogleMapsConfig
impl<'de> Deserialize<'de> for GoogleMapsConfig
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 GoogleMapsConfig
impl PartialEq for GoogleMapsConfig
Source§impl Serialize for GoogleMapsConfig
impl Serialize for GoogleMapsConfig
impl StructuralPartialEq for GoogleMapsConfig
Auto Trait Implementations§
impl Freeze for GoogleMapsConfig
impl RefUnwindSafe for GoogleMapsConfig
impl Send for GoogleMapsConfig
impl Sync for GoogleMapsConfig
impl Unpin for GoogleMapsConfig
impl UnwindSafe for GoogleMapsConfig
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