pub enum StorageIteratorEvent {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StorageIteratorEvent
impl RefUnwindSafe for StorageIteratorEvent
impl Send for StorageIteratorEvent
impl Sync for StorageIteratorEvent
impl Unpin for StorageIteratorEvent
impl UnwindSafe for StorageIteratorEvent
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