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