pub enum DiagnosticExecutionBudgetScope {
Execution,
Request,
}Expand description
Compact counter owner carried by DiagnosticFactTag::ExecutionBudgetScope.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for DiagnosticExecutionBudgetScope
impl Clone for DiagnosticExecutionBudgetScope
Source§fn clone(&self) -> DiagnosticExecutionBudgetScope
fn clone(&self) -> DiagnosticExecutionBudgetScope
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 DiagnosticExecutionBudgetScope
impl Eq for DiagnosticExecutionBudgetScope
impl StructuralPartialEq for DiagnosticExecutionBudgetScope
Auto Trait Implementations§
impl Freeze for DiagnosticExecutionBudgetScope
impl RefUnwindSafe for DiagnosticExecutionBudgetScope
impl Send for DiagnosticExecutionBudgetScope
impl Sync for DiagnosticExecutionBudgetScope
impl Unpin for DiagnosticExecutionBudgetScope
impl UnsafeUnpin for DiagnosticExecutionBudgetScope
impl UnwindSafe for DiagnosticExecutionBudgetScope
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