Enum rustc::session::config::DebugInfoLevel
[−]
[src]
pub enum DebugInfoLevel {
NoDebugInfo,
LimitedDebugInfo,
FullDebugInfo,
}🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
Variants
NoDebugInfo🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
LimitedDebugInfo🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
FullDebugInfo🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
Trait Implementations
impl Clone for DebugInfoLevel[src]
impl Clone for DebugInfoLevelfn clone(&self) -> DebugInfoLevel[src]
fn clone(&self) -> DebugInfoLevelReturns 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 Copy for DebugInfoLevel[src]
impl Copy for DebugInfoLevelimpl PartialEq for DebugInfoLevel[src]
impl PartialEq for DebugInfoLevelfn eq(&self, __arg_0: &DebugInfoLevel) -> bool[src]
fn eq(&self, __arg_0: &DebugInfoLevel) -> 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 Hash for DebugInfoLevel[src]
impl Hash for DebugInfoLevelAuto Trait Implementations
impl Send for DebugInfoLevel
impl Send for DebugInfoLevelimpl Sync for DebugInfoLevel
impl Sync for DebugInfoLevel