pub enum DiagnosticTypeFamily {
Blob,
Bool,
Collection,
Null,
Numeric,
Opaque,
Structured,
Text,
Unknown,
}Expand description
Compact semantic family carried by DiagnosticFactTag::TypeFamily.
Variants§
Blob
Compact diagnostic value 1.
Bool
Compact diagnostic value 2.
Collection
Compact diagnostic value 3.
Null
Compact diagnostic value 4.
Numeric
Compact diagnostic value 5.
Opaque
Compact diagnostic value 6.
Structured
Compact diagnostic value 7.
Text
Compact diagnostic value 8.
Unknown
Compact diagnostic value 9.
Implementations§
Trait Implementations§
Source§impl Clone for DiagnosticTypeFamily
impl Clone for DiagnosticTypeFamily
Source§fn clone(&self) -> DiagnosticTypeFamily
fn clone(&self) -> DiagnosticTypeFamily
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 DiagnosticTypeFamily
Source§impl Debug for DiagnosticTypeFamily
impl Debug for DiagnosticTypeFamily
impl Eq for DiagnosticTypeFamily
Source§impl Hash for DiagnosticTypeFamily
impl Hash for DiagnosticTypeFamily
Source§impl PartialEq for DiagnosticTypeFamily
impl PartialEq for DiagnosticTypeFamily
impl StructuralPartialEq for DiagnosticTypeFamily
Auto Trait Implementations§
impl Freeze for DiagnosticTypeFamily
impl RefUnwindSafe for DiagnosticTypeFamily
impl Send for DiagnosticTypeFamily
impl Sync for DiagnosticTypeFamily
impl Unpin for DiagnosticTypeFamily
impl UnsafeUnpin for DiagnosticTypeFamily
impl UnwindSafe for DiagnosticTypeFamily
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