pub struct SourceLimit {
pub source: PlanSubject,
pub code: &'static str,
pub description: &'static str,
}Expand description
Physical plan compiler and plan node types. Source limitation visible before source I/O.
Fields§
§source: PlanSubjectSource that owns the limitation.
code: &'static strStable limitation code.
description: &'static strShort public explanation.
Trait Implementations§
Source§impl Clone for SourceLimit
impl Clone for SourceLimit
Source§fn clone(&self) -> SourceLimit
fn clone(&self) -> SourceLimit
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 SourceLimit
impl Debug for SourceLimit
impl Eq for SourceLimit
Source§impl PartialEq for SourceLimit
impl PartialEq for SourceLimit
impl StructuralPartialEq for SourceLimit
Auto Trait Implementations§
impl Freeze for SourceLimit
impl RefUnwindSafe for SourceLimit
impl Send for SourceLimit
impl Sync for SourceLimit
impl Unpin for SourceLimit
impl UnsafeUnpin for SourceLimit
impl UnwindSafe for SourceLimit
Blanket Implementations§
impl<T> Allocation for T
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<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§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.