pub enum RedactedThinkingContentBlock {
RedactedThinking {
data: String,
},
}
Variants§
Trait Implementations§
Source§impl Clone for RedactedThinkingContentBlock
impl Clone for RedactedThinkingContentBlock
Source§fn clone(&self) -> RedactedThinkingContentBlock
fn clone(&self) -> RedactedThinkingContentBlock
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for RedactedThinkingContentBlock
impl Debug for RedactedThinkingContentBlock
Source§impl<'de> Deserialize<'de> for RedactedThinkingContentBlock
impl<'de> Deserialize<'de> for RedactedThinkingContentBlock
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
Source§impl PartialEq for RedactedThinkingContentBlock
impl PartialEq for RedactedThinkingContentBlock
Source§fn eq(&self, other: &RedactedThinkingContentBlock) -> bool
fn eq(&self, other: &RedactedThinkingContentBlock) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for RedactedThinkingContentBlock
Auto Trait Implementations§
impl Freeze for RedactedThinkingContentBlock
impl RefUnwindSafe for RedactedThinkingContentBlock
impl Send for RedactedThinkingContentBlock
impl Sync for RedactedThinkingContentBlock
impl Unpin for RedactedThinkingContentBlock
impl UnwindSafe for RedactedThinkingContentBlock
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