pub enum BudgetKind {
Work,
Observations,
Depth,
Output,
}Expand description
The resource class that exhausted a query run.
Variants§
Work
Query execution work units were exhausted.
Observations
Dependency observation records were exhausted.
Depth
Nested query depth was exhausted.
Output
Output units were exhausted.
Trait Implementations§
Source§impl Clone for BudgetKind
impl Clone for BudgetKind
Source§fn clone(&self) -> BudgetKind
fn clone(&self) -> BudgetKind
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 moreimpl Copy for BudgetKind
Source§impl Debug for BudgetKind
impl Debug for BudgetKind
impl Eq for BudgetKind
Source§impl Hash for BudgetKind
impl Hash for BudgetKind
Source§impl Ord for BudgetKind
impl Ord for BudgetKind
Source§fn cmp(&self, other: &BudgetKind) -> Ordering
fn cmp(&self, other: &BudgetKind) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for BudgetKind
impl PartialEq for BudgetKind
Source§impl PartialOrd for BudgetKind
impl PartialOrd for BudgetKind
impl StructuralPartialEq for BudgetKind
Auto Trait Implementations§
impl Freeze for BudgetKind
impl RefUnwindSafe for BudgetKind
impl Send for BudgetKind
impl Sync for BudgetKind
impl Unpin for BudgetKind
impl UnsafeUnpin for BudgetKind
impl UnwindSafe for BudgetKind
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> FingerprintValue for Twhere
T: Hash,
impl<T> FingerprintValue for Twhere
T: Hash,
Source§fn incremental_fingerprint(&self) -> ValueFingerprint
fn incremental_fingerprint(&self) -> ValueFingerprint
Returns a compact value identity for incremental cutoff.