Enum rustc_errors::DiagnosticId[][src]

pub enum DiagnosticId {
    Error(String),
    Lint(String),
}

Variants

Trait Implementations

impl Clone for DiagnosticId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DiagnosticId
[src]

Formats the value using the given formatter. Read more

impl PartialEq for DiagnosticId
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for DiagnosticId
[src]

impl Hash for DiagnosticId
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Encodable for DiagnosticId
[src]

impl Decodable for DiagnosticId
[src]

Auto Trait Implementations