pub struct ListMemoryTool {
pub memory_store: Arc<MemoryStore>,
}Fields§
§memory_store: Arc<MemoryStore>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ListMemoryTool
impl RefUnwindSafe for ListMemoryTool
impl Send for ListMemoryTool
impl Sync for ListMemoryTool
impl Unpin for ListMemoryTool
impl UnsafeUnpin for ListMemoryTool
impl UnwindSafe for ListMemoryTool
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