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