Enum rustc_ap_rustc_session::config::PpSourceMode [−][src]
pub enum PpSourceMode {
Normal,
EveryBodyLoops,
Expanded,
Identified,
ExpandedIdentified,
ExpandedHygiene,
}Variants
--pretty=normal
-Zunpretty=everybody_loops
--pretty=expanded
--pretty=identified
--pretty=expanded,identified
--pretty=expanded,hygiene
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PpSourceModeimpl Send for PpSourceModeimpl Sync for PpSourceModeimpl Unpin for PpSourceModeimpl UnwindSafe for PpSourceModeBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V