pub struct WorkingMemory { /* private fields */ }Expand description
In-process scratch pad for within-run state.
Implementations§
Trait Implementations§
Source§impl Default for WorkingMemory
impl Default for WorkingMemory
Source§fn default() -> WorkingMemory
fn default() -> WorkingMemory
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for WorkingMemory
impl RefUnwindSafe for WorkingMemory
impl Send for WorkingMemory
impl Sync for WorkingMemory
impl Unpin for WorkingMemory
impl UnsafeUnpin for WorkingMemory
impl UnwindSafe for WorkingMemory
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