pub struct Delta<S: Storage> { /* private fields */ }Expand description
A working set accumulates reads and writes on top of the underlying DB, automating witness creation.
Trait Implementations§
Auto Trait Implementations§
impl<S> RefUnwindSafe for Delta<S>where S: RefUnwindSafe, <S as Storage>::Witness: RefUnwindSafe,
impl<S> Send for Delta<S>where S: Send, <S as Storage>::Witness: Send,
impl<S> Sync for Delta<S>where S: Sync, <S as Storage>::Witness: Sync,
impl<S> Unpin for Delta<S>where S: Unpin, <S as Storage>::Witness: Unpin,
impl<S> UnwindSafe for Delta<S>where S: UnwindSafe, <S as Storage>::Witness: UnwindSafe,
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