pub struct DiffBlockStore<S> { /* private fields */ }Expand description
An extremely simple differencing blockstore layer. This tracks all CIDs that are created.
Implementations§
Trait Implementations§
Source§impl<S: AsyncBlockStoreRead> AsyncBlockStoreRead for DiffBlockStore<S>
impl<S: AsyncBlockStoreRead> AsyncBlockStoreRead for DiffBlockStore<S>
Source§impl<S: AsyncBlockStoreWrite> AsyncBlockStoreWrite for DiffBlockStore<S>
impl<S: AsyncBlockStoreWrite> AsyncBlockStoreWrite for DiffBlockStore<S>
Auto Trait Implementations§
impl<S> Freeze for DiffBlockStore<S>where
S: Freeze,
impl<S> RefUnwindSafe for DiffBlockStore<S>where
S: RefUnwindSafe,
impl<S> Send for DiffBlockStore<S>where
S: Send,
impl<S> Sync for DiffBlockStore<S>where
S: Sync,
impl<S> Unpin for DiffBlockStore<S>where
S: Unpin,
impl<S> UnwindSafe for DiffBlockStore<S>where
S: 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