Enum rustc_driver::pretty::PpSourceMode
[−]
[src]
pub enum PpSourceMode {
PpmNormal,
PpmEveryBodyLoops,
PpmExpanded,
PpmIdentified,
PpmExpandedIdentified,
PpmExpandedHygiene,
PpmTyped,
}Unstable (
rustc_private)Variants
PpmNormalUnstable (
rustc_private)PpmEveryBodyLoopsUnstable (
rustc_private)PpmExpandedUnstable (
rustc_private)PpmIdentifiedUnstable (
rustc_private)PpmExpandedIdentifiedUnstable (
rustc_private)PpmExpandedHygieneUnstable (
rustc_private)PpmTypedUnstable (
rustc_private)Trait Implementations
Derived Implementations
impl Debug for PpSourceMode[src]
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) -> bool1.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