pub enum DiagnosticExecutionBudgetScope {
Execution,
Request,
}Expand description
Compact counter owner carried by DiagnosticFactTag::ExecutionBudgetScope.
Variants§
Implementations§
Trait Implementations§
impl 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