pub struct SharedJsonStore { /* private fields */ }Available on crate feature
json only.Expand description
Sharable JSON based backend.
§Features
- Concurrent processing of multiple task types
- In-memory storage with optional disk persistence
- Metadata support for tasks
Implementations§
Trait Implementations§
Auto Trait Implementations§
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