pub enum ToolExecutionCompleteContentAudioType {
Audio,
}Expand description
Content block type discriminator
Variants§
Audio
Trait Implementations§
Source§impl Clone for ToolExecutionCompleteContentAudioType
impl Clone for ToolExecutionCompleteContentAudioType
Source§fn clone(&self) -> ToolExecutionCompleteContentAudioType
fn clone(&self) -> ToolExecutionCompleteContentAudioType
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 Default for ToolExecutionCompleteContentAudioType
impl Default for ToolExecutionCompleteContentAudioType
Source§fn default() -> ToolExecutionCompleteContentAudioType
fn default() -> ToolExecutionCompleteContentAudioType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ToolExecutionCompleteContentAudioType
impl<'de> Deserialize<'de> for ToolExecutionCompleteContentAudioType
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
impl Eq for ToolExecutionCompleteContentAudioType
Source§impl PartialEq for ToolExecutionCompleteContentAudioType
impl PartialEq for ToolExecutionCompleteContentAudioType
Source§fn eq(&self, other: &ToolExecutionCompleteContentAudioType) -> bool
fn eq(&self, other: &ToolExecutionCompleteContentAudioType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ToolExecutionCompleteContentAudioType
Auto Trait Implementations§
impl Freeze for ToolExecutionCompleteContentAudioType
impl RefUnwindSafe for ToolExecutionCompleteContentAudioType
impl Send for ToolExecutionCompleteContentAudioType
impl Sync for ToolExecutionCompleteContentAudioType
impl Unpin for ToolExecutionCompleteContentAudioType
impl UnsafeUnpin for ToolExecutionCompleteContentAudioType
impl UnwindSafe for ToolExecutionCompleteContentAudioType
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