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