pub enum DBLoadControl {
Versions,
Tags,
All,
}
Expand description
Enum to describe what types of DBFile
s should be loaded at DB creation time.
Variants§
Trait Implementations§
Source§impl Clone for DBLoadControl
impl Clone for DBLoadControl
Source§fn clone(&self) -> DBLoadControl
fn clone(&self) -> DBLoadControl
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for DBLoadControl
impl RefUnwindSafe for DBLoadControl
impl Send for DBLoadControl
impl Sync for DBLoadControl
impl Unpin for DBLoadControl
impl UnwindSafe for DBLoadControl
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