pub enum StorageEvent {
Remove(Cid),
}
Variants§
Trait Implementations§
Source§impl Clone for StorageEvent
impl Clone for StorageEvent
Source§fn clone(&self) -> StorageEvent
fn clone(&self) -> StorageEvent
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for StorageEvent
impl Debug for StorageEvent
Source§impl PartialEq for StorageEvent
impl PartialEq for StorageEvent
impl Eq for StorageEvent
impl StructuralPartialEq for StorageEvent
Auto Trait Implementations§
impl Freeze for StorageEvent
impl RefUnwindSafe for StorageEvent
impl Send for StorageEvent
impl Sync for StorageEvent
impl Unpin for StorageEvent
impl UnwindSafe for StorageEvent
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