Enum tvm::ir::diagnostics::DiagnosticLevel [−][src]
#[repr(C)]
pub enum DiagnosticLevel {
Bug,
Error,
Warning,
Note,
Help,
}
Expand description
The diagnostic level, controls the printing of the message.
Variants
Bug
Error
Warning
Note
Help
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DiagnosticLevel
impl Send for DiagnosticLevel
impl Sync for DiagnosticLevel
impl Unpin for DiagnosticLevel
impl UnwindSafe for DiagnosticLevel
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more