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