pub enum GroundingType {
GoogleSearch,
GoogleMaps,
Retrieval,
}Variants§
Trait Implementations§
Source§impl Clone for GroundingType
impl Clone for GroundingType
Source§fn clone(&self) -> GroundingType
fn clone(&self) -> GroundingType
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 GroundingType
impl Debug for GroundingType
Source§impl<'de> Deserialize<'de> for GroundingType
impl<'de> Deserialize<'de> for GroundingType
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 GroundingType
impl PartialEq for GroundingType
Source§impl Serialize for GroundingType
impl Serialize for GroundingType
impl StructuralPartialEq for GroundingType
Auto Trait Implementations§
impl Freeze for GroundingType
impl RefUnwindSafe for GroundingType
impl Send for GroundingType
impl Sync for GroundingType
impl Unpin for GroundingType
impl UnsafeUnpin for GroundingType
impl UnwindSafe for GroundingType
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