Enum rustc_driver::pretty::PpMode
[−]
[src]
pub enum PpMode {
PpmSource(PpSourceMode),
PpmHir(PpSourceMode),
PpmHirTree(PpSourceMode),
PpmFlowGraph(PpFlowGraphMode),
PpmMir,
PpmMirCFG,
}🔬 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
PpmSource(PpSourceMode)🔬 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?
PpmHir(PpSourceMode)🔬 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?
PpmHirTree(PpSourceMode)🔬 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?
PpmFlowGraph(PpFlowGraphMode)🔬 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?
PpmMir🔬 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?
PpmMirCFG🔬 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?
Methods
impl PpMode[src]
impl PpModepub fn needs_ast_map(&self, opt_uii: &Option<UserIdentifiedItem>) -> bool[src]
pub fn needs_ast_map(&self, opt_uii: &Option<UserIdentifiedItem>) -> bool🔬 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?
pub fn needs_analysis(&self) -> bool[src]
pub fn needs_analysis(&self) -> bool🔬 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 Copy for PpMode[src]
impl Copy for PpModeimpl Clone for PpMode[src]
impl Clone for PpModefn clone(&self) -> PpMode[src]
fn clone(&self) -> PpModeReturns 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)Performs copy-assignment from source. Read more
impl PartialEq for PpMode[src]
impl PartialEq for PpModefn eq(&self, __arg_0: &PpMode) -> bool[src]
fn eq(&self, __arg_0: &PpMode) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &PpMode) -> bool[src]
fn ne(&self, __arg_0: &PpMode) -> boolThis method tests for !=.
impl Debug for PpMode[src]
impl Debug for PpMode