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 DebugInfoLevel
fn clone(&self) -> DebugInfoLevel
[src]
fn clone(&self) -> DebugInfoLevel
Returns 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 DebugInfoLevel
impl PartialEq for DebugInfoLevel
[src]
impl PartialEq for DebugInfoLevel
fn eq(&self, __arg_0: &DebugInfoLevel) -> bool
[src]
fn eq(&self, __arg_0: &DebugInfoLevel) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Hash for DebugInfoLevel
[src]
impl Hash for DebugInfoLevel
Auto Trait Implementations
impl Send for DebugInfoLevel
impl Send for DebugInfoLevel
impl Sync for DebugInfoLevel
impl Sync for DebugInfoLevel