pub enum PlannerStatisticsState {
NotInitialized,
Available,
}Expand description
Availability of SQLite planner statistics in the selected database.
Variants§
NotInitialized
No sqlite_stat1 table has been initialized.
Available
SQLite planner statistics are present.
Trait Implementations§
Source§impl Clone for PlannerStatisticsState
impl Clone for PlannerStatisticsState
Source§fn clone(&self) -> PlannerStatisticsState
fn clone(&self) -> PlannerStatisticsState
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PlannerStatisticsState
impl Debug for PlannerStatisticsState
Source§impl PartialEq for PlannerStatisticsState
impl PartialEq for PlannerStatisticsState
Source§impl Serialize for PlannerStatisticsState
impl Serialize for PlannerStatisticsState
impl Copy for PlannerStatisticsState
impl Eq for PlannerStatisticsState
impl StructuralPartialEq for PlannerStatisticsState
Auto Trait Implementations§
impl Freeze for PlannerStatisticsState
impl RefUnwindSafe for PlannerStatisticsState
impl Send for PlannerStatisticsState
impl Sync for PlannerStatisticsState
impl Unpin for PlannerStatisticsState
impl UnwindSafe for PlannerStatisticsState
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more