pub struct MemoryOutputStore { /* private fields */ }Expand description
In-memory output store backed by a BTreeMap.
Suitable for testing and jobs where outputs fit in memory.
Implementations§
Trait Implementations§
Source§impl Debug for MemoryOutputStore
impl Debug for MemoryOutputStore
Source§impl Default for MemoryOutputStore
impl Default for MemoryOutputStore
Source§fn default() -> MemoryOutputStore
fn default() -> MemoryOutputStore
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MemoryOutputStore
impl RefUnwindSafe for MemoryOutputStore
impl Send for MemoryOutputStore
impl Sync for MemoryOutputStore
impl Unpin for MemoryOutputStore
impl UnwindSafe for MemoryOutputStore
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