Enum rustc_driver::pretty::PpSourceModeUnstable [-] [+] [src]

pub enum PpSourceMode {
    PpmNormal,
    PpmEveryBodyLoops,
    PpmExpanded,
    PpmTyped,
    PpmIdentified,
    PpmExpandedIdentified,
    PpmExpandedHygiene,
}

Variants

PpmNormal
PpmEveryBodyLoops
PpmExpanded
PpmTyped
PpmIdentified
PpmExpandedIdentified
PpmExpandedHygiene

Trait Implementations

Derived Implementations

impl Debug for PpSourceMode

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

impl PartialEq for PpSourceMode

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

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

impl Clone for PpSourceMode

fn clone(&self) -> PpSourceMode

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

impl Copy for PpSourceMode