pub struct ThinkingContent {
pub thinking: String,
}Fields§
§thinking: StringTrait Implementations§
Source§impl Clone for ThinkingContent
impl Clone for ThinkingContent
Source§fn clone(&self) -> ThinkingContent
fn clone(&self) -> ThinkingContent
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 ThinkingContent
impl Debug for ThinkingContent
Source§impl PartialEq for ThinkingContent
impl PartialEq for ThinkingContent
impl Eq for ThinkingContent
impl StructuralPartialEq for ThinkingContent
Auto Trait Implementations§
impl Freeze for ThinkingContent
impl RefUnwindSafe for ThinkingContent
impl Send for ThinkingContent
impl Sync for ThinkingContent
impl Unpin for ThinkingContent
impl UnsafeUnpin for ThinkingContent
impl UnwindSafe for ThinkingContent
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