pub struct AssistantMemory {
pub latest_summary: String,
pub thread_refs: Vec<String>,
}Fields§
§latest_summary: String§thread_refs: Vec<String>Trait Implementations§
Source§impl Clone for AssistantMemory
impl Clone for AssistantMemory
Source§fn clone(&self) -> AssistantMemory
fn clone(&self) -> AssistantMemory
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 AssistantMemory
impl Debug for AssistantMemory
Auto Trait Implementations§
impl Freeze for AssistantMemory
impl RefUnwindSafe for AssistantMemory
impl Send for AssistantMemory
impl Sync for AssistantMemory
impl Unpin for AssistantMemory
impl UnsafeUnpin for AssistantMemory
impl UnwindSafe for AssistantMemory
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