pub enum BlockRm {
Removed(Cid),
}
Expand description
Describes the outcome of BlockStore::remove
.
Variants§
Removed(Cid)
A block was successfully removed from the blockstore.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for BlockRm
impl Send for BlockRm
impl Sync for BlockRm
impl Unpin for BlockRm
impl UnwindSafe for BlockRm
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere T: 'a,
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