Struct langchain_rust::memory::DummyMemroy
source · pub struct DummyMemroy {}
Implementations§
source§impl DummyMemroy
impl DummyMemroy
Trait Implementations§
source§impl BaseMemory for DummyMemroy
impl BaseMemory for DummyMemroy
source§impl Into<Arc<Mutex<dyn BaseMemory>>> for DummyMemroy
impl Into<Arc<Mutex<dyn BaseMemory>>> for DummyMemroy
source§impl Into<Arc<dyn BaseMemory>> for DummyMemroy
impl Into<Arc<dyn BaseMemory>> for DummyMemroy
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 DummyMemroy
impl RefUnwindSafe for DummyMemroy
impl Send for DummyMemroy
impl Sync for DummyMemroy
impl Unpin for DummyMemroy
impl UnwindSafe for DummyMemroy
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