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