Enum rustc_lint::session::config::DebugInfoLevelUnstable [-] [+] [src]

pub enum DebugInfoLevel {
    NoDebugInfo,
    LimitedDebugInfo,
    FullDebugInfo,
}

Variants

NoDebugInfo
LimitedDebugInfo
FullDebugInfo

Trait Implementations

Derived Implementations

impl PartialEq<DebugInfoLevel> for DebugInfoLevel

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

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

impl Copy for DebugInfoLevel

impl Clone for DebugInfoLevel

fn clone(&self) -> DebugInfoLevel

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