pub enum ThinkingContentType {
Thinking,
}Expand description
Message types for constructing conversations. ThinkingContentType.
Variants§
Thinking
thinking variant.
Trait Implementations§
Source§impl Clone for ThinkingContentType
impl Clone for ThinkingContentType
Source§fn clone(&self) -> ThinkingContentType
fn clone(&self) -> ThinkingContentType
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 Debug for ThinkingContentType
impl Debug for ThinkingContentType
Source§impl<'de> Deserialize<'de> for ThinkingContentType
impl<'de> Deserialize<'de> for ThinkingContentType
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 ThinkingContentType
impl PartialEq for ThinkingContentType
Source§fn eq(&self, other: &ThinkingContentType) -> bool
fn eq(&self, other: &ThinkingContentType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ThinkingContentType
impl Serialize for ThinkingContentType
impl Copy for ThinkingContentType
impl Eq for ThinkingContentType
impl StructuralPartialEq for ThinkingContentType
Auto Trait Implementations§
impl Freeze for ThinkingContentType
impl RefUnwindSafe for ThinkingContentType
impl Send for ThinkingContentType
impl Sync for ThinkingContentType
impl Unpin for ThinkingContentType
impl UnsafeUnpin for ThinkingContentType
impl UnwindSafe for ThinkingContentType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.