pub struct ToolCallCount(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for ToolCallCount
impl Clone for ToolCallCount
Source§fn clone(&self) -> ToolCallCount
fn clone(&self) -> ToolCallCount
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 moreimpl Copy for ToolCallCount
Source§impl Debug for ToolCallCount
impl Debug for ToolCallCount
Source§impl Default for ToolCallCount
impl Default for ToolCallCount
Source§fn default() -> ToolCallCount
fn default() -> ToolCallCount
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ToolCallCount
impl<'de> Deserialize<'de> for ToolCallCount
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 Eq for ToolCallCount
Source§impl Ord for ToolCallCount
impl Ord for ToolCallCount
Source§fn cmp(&self, other: &ToolCallCount) -> Ordering
fn cmp(&self, other: &ToolCallCount) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for ToolCallCount
impl PartialEq for ToolCallCount
Source§impl PartialOrd for ToolCallCount
impl PartialOrd for ToolCallCount
Source§impl Serialize for ToolCallCount
impl Serialize for ToolCallCount
impl StructuralPartialEq for ToolCallCount
Auto Trait Implementations§
impl Freeze for ToolCallCount
impl RefUnwindSafe for ToolCallCount
impl Send for ToolCallCount
impl Sync for ToolCallCount
impl Unpin for ToolCallCount
impl UnsafeUnpin for ToolCallCount
impl UnwindSafe for ToolCallCount
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