pub enum AssistantToolType {
Function,
CodeInterpreter,
FileSearch,
}
Variants§
Trait Implementations§
Source§impl Clone for AssistantToolType
impl Clone for AssistantToolType
Source§fn clone(&self) -> AssistantToolType
fn clone(&self) -> AssistantToolType
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 AssistantToolType
impl Debug for AssistantToolType
Source§impl Default for AssistantToolType
impl Default for AssistantToolType
Source§fn default() -> AssistantToolType
fn default() -> AssistantToolType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AssistantToolType
impl<'de> Deserialize<'de> for AssistantToolType
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 AssistantToolType
impl PartialEq for AssistantToolType
Source§impl Serialize for AssistantToolType
impl Serialize for AssistantToolType
impl StructuralPartialEq for AssistantToolType
Auto Trait Implementations§
impl Freeze for AssistantToolType
impl RefUnwindSafe for AssistantToolType
impl Send for AssistantToolType
impl Sync for AssistantToolType
impl Unpin for AssistantToolType
impl UnwindSafe for AssistantToolType
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