Struct rustc_typeck::lint::LintId [] [src]

pub struct LintId { /* fields omitted */ }
🔬 This is a nightly-only experimental API. (rustc_private)

Identifies a lint known to the compiler.

Methods

impl LintId
[src]

🔬 This is a nightly-only experimental API. (rustc_private)

Get the LintId for a Lint.

🔬 This is a nightly-only experimental API. (rustc_private)

Get the name of the lint.

Trait Implementations

impl Decodable for LintId
[src]

🔬 This is a nightly-only experimental API. (rustc_private)

impl PartialEq<LintId> for LintId
[src]

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

This method tests for !=.

impl Hash for LintId
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl Clone for LintId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for LintId
[src]

impl Debug for LintId
[src]

Formats the value using the given formatter.

impl Encodable for LintId
[src]

🔬 This is a nightly-only experimental API. (rustc_private)

impl Copy for LintId
[src]