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