Enum xswag_base::diag::RemarkKind [] [src]

pub enum RemarkKind {
    Error,
    Warning,
    Note,
}

Kinds of remarks

Variants

Error

Something went very wrong and will stop further processing

Warning

Something important should be fixed, but doesn't stop processing

Note

Additional information about an error or a warning

Trait Implementations

Derived Implementations

impl Debug for RemarkKind

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Eq for RemarkKind

impl PartialEq for RemarkKind

fn eq(&self, __arg_0: &RemarkKind) -> bool

fn ne(&self, __arg_0: &RemarkKind) -> bool

impl Copy for RemarkKind

impl Clone for RemarkKind

fn clone(&self) -> RemarkKind

fn clone_from(&mut self, source: &Self)