pub struct CandidatePlan {
pub spans: Vec<CandidateKeySpan>,
pub requires_recheck: bool,
pub estimated_rows: u64,
pub cost_hint: u32,
pub identity: PlannerPlanIdentity,
}Fields§
§spans: Vec<CandidateKeySpan>§requires_recheck: bool§estimated_rows: u64§cost_hint: u32§identity: PlannerPlanIdentityTrait Implementations§
Source§impl Clone for CandidatePlan
impl Clone for CandidatePlan
Source§fn clone(&self) -> CandidatePlan
fn clone(&self) -> CandidatePlan
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CandidatePlan
impl Debug for CandidatePlan
impl Eq for CandidatePlan
Source§impl PartialEq for CandidatePlan
impl PartialEq for CandidatePlan
impl StructuralPartialEq for CandidatePlan
Auto Trait Implementations§
impl Freeze for CandidatePlan
impl RefUnwindSafe for CandidatePlan
impl Send for CandidatePlan
impl Sync for CandidatePlan
impl Unpin for CandidatePlan
impl UnsafeUnpin for CandidatePlan
impl UnwindSafe for CandidatePlan
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,
Source§impl<T> CompactArcDrop for T
impl<T> CompactArcDrop for T
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.