pub enum SnapshotType {
Full,
Diff,
}Variants§
Trait Implementations§
Source§impl Debug for SnapshotType
impl Debug for SnapshotType
Auto Trait Implementations§
impl Freeze for SnapshotType
impl RefUnwindSafe for SnapshotType
impl Send for SnapshotType
impl Sync for SnapshotType
impl Unpin for SnapshotType
impl UnsafeUnpin for SnapshotType
impl UnwindSafe for SnapshotType
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