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