Enum rustc_ap_proc_macro::Level [] [src]

pub enum Level {
    Error,
    Warning,
    Note,
    Help,
    // some variants omitted
}
🔬 This is a nightly-only experimental API. (proc_macro #38356)

An enum representing a diagnostic level.

Variants

🔬 This is a nightly-only experimental API. (proc_macro #38356)

An error.

🔬 This is a nightly-only experimental API. (proc_macro #38356)

A warning.

🔬 This is a nightly-only experimental API. (proc_macro #38356)

A note.

🔬 This is a nightly-only experimental API. (proc_macro #38356)

A help message.

Trait Implementations

impl Copy for Level
[src]

impl Clone for Level
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Level
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Level

impl Sync for Level