pub enum PlannerStatisticsPolicy {
NotConfigured,
}Expand description
Planner-statistics maintenance policy currently owned by ProjectAtlas.
Variants§
NotConfigured
No ProjectAtlas lifecycle currently runs ANALYZE or PRAGMA optimize.
Trait Implementations§
Source§impl Clone for PlannerStatisticsPolicy
impl Clone for PlannerStatisticsPolicy
Source§fn clone(&self) -> PlannerStatisticsPolicy
fn clone(&self) -> PlannerStatisticsPolicy
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 PlannerStatisticsPolicy
impl Debug for PlannerStatisticsPolicy
Source§impl PartialEq for PlannerStatisticsPolicy
impl PartialEq for PlannerStatisticsPolicy
Source§impl Serialize for PlannerStatisticsPolicy
impl Serialize for PlannerStatisticsPolicy
impl Copy for PlannerStatisticsPolicy
impl Eq for PlannerStatisticsPolicy
impl StructuralPartialEq for PlannerStatisticsPolicy
Auto Trait Implementations§
impl Freeze for PlannerStatisticsPolicy
impl RefUnwindSafe for PlannerStatisticsPolicy
impl Send for PlannerStatisticsPolicy
impl Sync for PlannerStatisticsPolicy
impl Unpin for PlannerStatisticsPolicy
impl UnwindSafe for PlannerStatisticsPolicy
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