pub enum OpenKind {
Unknown,
MainDb,
MainJournal,
TempDb,
TempJournal,
TransientDb,
SubJournal,
SuperJournal,
Wal,
}
Variants§
Implementations§
Trait Implementations§
impl Eq for OpenKind
impl StructuralPartialEq for OpenKind
Auto Trait Implementations§
impl Freeze for OpenKind
impl RefUnwindSafe for OpenKind
impl Send for OpenKind
impl Sync for OpenKind
impl Unpin for OpenKind
impl UnwindSafe for OpenKind
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