pub struct AgentDBWrapper { /* private fields */ }Expand description
AgentDB wrapper for persistent storage
Auto Trait Implementations§
impl Freeze for AgentDBWrapper
impl RefUnwindSafe for AgentDBWrapper
impl Send for AgentDBWrapper
impl Sync for AgentDBWrapper
impl Unpin for AgentDBWrapper
impl UnwindSafe for AgentDBWrapper
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