Enum rustc_errors::Level [−][src]
pub enum Level {
    Bug,
    Fatal,
    PhaseFatal,
    Error,
    Warning,
    Note,
    Help,
    Cancelled,
    FailureNote,
}Variants
BugFatalPhaseFatalErrorWarningNoteHelpCancelledFailureNote
                    Methods
impl Level[src] 
                impl LevelTrait Implementations
impl Copy for Level[src] 
impl Copy for Levelimpl PartialEq for Level[src] 
impl PartialEq for Levelfn eq(&self, other: &Level) -> bool[src] 
fn eq(&self, other: &Level) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src] 
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Clone for Level[src] 
impl Clone for Levelfn clone(&self) -> Level[src] 
fn clone(&self) -> LevelReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src] 
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Hash for Level[src] 
impl Hash for Levelfn hash<__H: Hasher>(&self, state: &mut __H)[src] 
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
    H: Hasher, 1.3.0[src] 
fn hash_slice<H>(data: &[Self], state: &mut H) where
    H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl Debug for Level[src] 
impl Debug for Levelfn fmt(&self, f: &mut Formatter) -> Result[src] 
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Encodable for Level[src] 
impl Encodable for Levelimpl Decodable for Level[src] 
impl Decodable for Levelimpl Display for Level[src] 
impl Display for Level