Enum rustc_driver::pretty::PpSourceMode [] [src]

pub enum PpSourceMode {
    PpmNormal,
    PpmEveryBodyLoops,
    PpmExpanded,
    PpmIdentified,
    PpmExpandedIdentified,
    PpmExpandedHygiene,
    PpmTyped,
}
Unstable (rustc_private)

Variants

PpmNormal
Unstable (rustc_private)
PpmEveryBodyLoops
Unstable (rustc_private)
PpmExpanded
Unstable (rustc_private)
PpmIdentified
Unstable (rustc_private)
PpmExpandedIdentified
Unstable (rustc_private)
PpmExpandedHygiene
Unstable (rustc_private)
PpmTyped
Unstable (rustc_private)

Trait Implementations

Derived Implementations

impl Debug for PpSourceMode
[src]

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

Formats the value using the given formatter.

impl PartialEq for PpSourceMode
[src]

fn eq(&self, __arg_0: &PpSourceMode) -> 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

This method tests for !=.

impl Clone for PpSourceMode
[src]

fn clone(&self) -> PpSourceMode

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 PpSourceMode
[src]