pub enum SnapshotChangeType {
None,
Created,
Deleted,
Changed,
}
Variants§
Auto Trait Implementations§
impl Freeze for SnapshotChangeType
impl RefUnwindSafe for SnapshotChangeType
impl Send for SnapshotChangeType
impl Sync for SnapshotChangeType
impl Unpin for SnapshotChangeType
impl UnwindSafe for SnapshotChangeType
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