enum SnapshotFileKind {
Version,
BankFields,
Storage,
}
Expand description
Used to determine if a filename is structured like a version file, bank file, or storage file
Variants§
Trait Implementations§
source§impl Debug for SnapshotFileKind
impl Debug for SnapshotFileKind
source§impl PartialEq<SnapshotFileKind> for SnapshotFileKind
impl PartialEq<SnapshotFileKind> for SnapshotFileKind
source§fn eq(&self, other: &SnapshotFileKind) -> bool
fn eq(&self, other: &SnapshotFileKind) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for SnapshotFileKind
Auto Trait Implementations§
impl RefUnwindSafe for SnapshotFileKind
impl Send for SnapshotFileKind
impl Sync for SnapshotFileKind
impl Unpin for SnapshotFileKind
impl UnwindSafe for SnapshotFileKind
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