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