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