pub enum ToolCallingResultFormat {
Text,
Json,
}Variants§
Trait Implementations§
Source§impl Clone for ToolCallingResultFormat
impl Clone for ToolCallingResultFormat
Source§fn clone(&self) -> ToolCallingResultFormat
fn clone(&self) -> ToolCallingResultFormat
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 ToolCallingResultFormat
impl Debug for ToolCallingResultFormat
Source§impl<'de> Deserialize<'de> for ToolCallingResultFormat
impl<'de> Deserialize<'de> for ToolCallingResultFormat
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 ToolCallingResultFormat
impl PartialEq for ToolCallingResultFormat
Source§fn eq(&self, other: &ToolCallingResultFormat) -> bool
fn eq(&self, other: &ToolCallingResultFormat) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ToolCallingResultFormat
impl Serialize for ToolCallingResultFormat
impl Copy for ToolCallingResultFormat
impl Eq for ToolCallingResultFormat
impl StructuralPartialEq for ToolCallingResultFormat
Auto Trait Implementations§
impl Freeze for ToolCallingResultFormat
impl RefUnwindSafe for ToolCallingResultFormat
impl Send for ToolCallingResultFormat
impl Sync for ToolCallingResultFormat
impl Unpin for ToolCallingResultFormat
impl UnsafeUnpin for ToolCallingResultFormat
impl UnwindSafe for ToolCallingResultFormat
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