pub enum SnapshotChangeType {
None,
Created,
Deleted,
Changed,
}
Variants§
Trait Implementations§
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