pub enum DiagnosticExecutionLane {
PublicRead,
TrustedRead,
Diagnostic,
Mutation,
Recovery,
}Expand description
Compact execution lane carried by DiagnosticFactTag::ExecutionLane.
Variants§
PublicRead
Compact diagnostic value 1.
TrustedRead
Compact diagnostic value 2.
Diagnostic
Compact diagnostic value 3.
Mutation
Compact diagnostic value 4.
Recovery
Compact diagnostic value 5.
Implementations§
Trait Implementations§
Source§impl Clone for DiagnosticExecutionLane
impl Clone for DiagnosticExecutionLane
Source§fn clone(&self) -> DiagnosticExecutionLane
fn clone(&self) -> DiagnosticExecutionLane
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 DiagnosticExecutionLane
Source§impl Debug for DiagnosticExecutionLane
impl Debug for DiagnosticExecutionLane
impl Eq for DiagnosticExecutionLane
Source§impl Hash for DiagnosticExecutionLane
impl Hash for DiagnosticExecutionLane
Source§impl PartialEq for DiagnosticExecutionLane
impl PartialEq for DiagnosticExecutionLane
impl StructuralPartialEq for DiagnosticExecutionLane
Auto Trait Implementations§
impl Freeze for DiagnosticExecutionLane
impl RefUnwindSafe for DiagnosticExecutionLane
impl Send for DiagnosticExecutionLane
impl Sync for DiagnosticExecutionLane
impl Unpin for DiagnosticExecutionLane
impl UnsafeUnpin for DiagnosticExecutionLane
impl UnwindSafe for DiagnosticExecutionLane
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