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