Enum rustc_driver::pretty::PpMode [] [src]

pub enum PpMode {
    PpmSource(PpSourceMode),
    PpmHir(PpSourceMode),
    PpmFlowGraph(PpFlowGraphMode),
    PpmMir,
    PpmMirCFG,
}
Unstable (rustc_private)

Variants

PpmSource(PpSourceMode)
Unstable (rustc_private)
PpmHir(PpSourceMode)
Unstable (rustc_private)
PpmFlowGraph(PpFlowGraphMode)
Unstable (rustc_private)
PpmMir
Unstable (rustc_private)
PpmMirCFG
Unstable (rustc_private)

Methods

impl PpMode
[src]

fn needs_ast_map(&self, opt_uii: &Option<UserIdentifiedItem>) -> bool

fn needs_analysis(&self) -> bool

Trait Implementations

Derived Implementations

impl Debug for PpMode
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl PartialEq for PpMode
[src]

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

This method tests for self and other values to be equal, and is used by ==. Read more

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

This method tests for !=.

impl Clone for PpMode
[src]

fn clone(&self) -> PpMode

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more

impl Copy for PpMode
[src]