pub enum DiagnosticComponentKind {
CommitDataKey,
IndexKey,
IndexKeyComponent,
RelationTargetPrimaryKey,
}Expand description
Compact storage component carried by DiagnosticFactTag::ComponentKind.
Variants§
CommitDataKey
Compact diagnostic value 1.
IndexKey
Compact diagnostic value 2.
IndexKeyComponent
Compact diagnostic value 3.
RelationTargetPrimaryKey
Compact diagnostic value 4.
Implementations§
Trait Implementations§
Source§impl Clone for DiagnosticComponentKind
impl Clone for DiagnosticComponentKind
Source§fn clone(&self) -> DiagnosticComponentKind
fn clone(&self) -> DiagnosticComponentKind
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 DiagnosticComponentKind
Source§impl Debug for DiagnosticComponentKind
impl Debug for DiagnosticComponentKind
impl Eq for DiagnosticComponentKind
Source§impl Hash for DiagnosticComponentKind
impl Hash for DiagnosticComponentKind
Source§impl PartialEq for DiagnosticComponentKind
impl PartialEq for DiagnosticComponentKind
impl StructuralPartialEq for DiagnosticComponentKind
Auto Trait Implementations§
impl Freeze for DiagnosticComponentKind
impl RefUnwindSafe for DiagnosticComponentKind
impl Send for DiagnosticComponentKind
impl Sync for DiagnosticComponentKind
impl Unpin for DiagnosticComponentKind
impl UnsafeUnpin for DiagnosticComponentKind
impl UnwindSafe for DiagnosticComponentKind
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