pub struct GroundingToolCount {
pub grounding_type: Option<GroundingType>,
pub count: Option<i64>,
}Fields§
§grounding_type: Option<GroundingType>§count: Option<i64>Trait Implementations§
Source§impl Clone for GroundingToolCount
impl Clone for GroundingToolCount
Source§fn clone(&self) -> GroundingToolCount
fn clone(&self) -> GroundingToolCount
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 GroundingToolCount
impl Debug for GroundingToolCount
Source§impl<'de> Deserialize<'de> for GroundingToolCount
impl<'de> Deserialize<'de> for GroundingToolCount
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 GroundingToolCount
impl PartialEq for GroundingToolCount
Source§impl Serialize for GroundingToolCount
impl Serialize for GroundingToolCount
impl StructuralPartialEq for GroundingToolCount
Auto Trait Implementations§
impl Freeze for GroundingToolCount
impl RefUnwindSafe for GroundingToolCount
impl Send for GroundingToolCount
impl Sync for GroundingToolCount
impl Unpin for GroundingToolCount
impl UnsafeUnpin for GroundingToolCount
impl UnwindSafe for GroundingToolCount
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