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