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