Struct langchain_rust::memory::SimpleMemory
source · pub struct SimpleMemory { /* private fields */ }
Implementations§
source§impl SimpleMemory
impl SimpleMemory
Trait Implementations§
source§impl BaseMemory for SimpleMemory
impl BaseMemory for SimpleMemory
source§impl Into<Arc<Mutex<dyn BaseMemory>>> for SimpleMemory
impl Into<Arc<Mutex<dyn BaseMemory>>> for SimpleMemory
source§impl Into<Arc<dyn BaseMemory>> for SimpleMemory
impl Into<Arc<dyn BaseMemory>> for SimpleMemory
source§fn into(self) -> Arc<dyn BaseMemory>
fn into(self) -> Arc<dyn BaseMemory>
Converts this type into the (usually inferred) input type.
Auto Trait Implementations§
impl Freeze for SimpleMemory
impl RefUnwindSafe for SimpleMemory
impl Send for SimpleMemory
impl Sync for SimpleMemory
impl Unpin for SimpleMemory
impl UnwindSafe for SimpleMemory
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