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