pub enum OpenKind {
MainDb,
MainJournal,
TempDb,
TempJournal,
TransientDb,
SubJournal,
SuperJournal,
Wal,
}
Expand description
The object type that is being opened.
Variants§
Trait Implementations§
impl Copy 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