Enum rustc_typeck::session::config::Passes   
                   
                       [−]
                   
               [src]
pub enum Passes {
    SomePasses(Vec<String>),
    AllPasses,
}Unstable (
rustc_private)Variants
SomePasses(Vec<String>)Unstable (
rustc_private)AllPassesUnstable (
rustc_private)Methods
impl Passes
Trait Implementations
Derived Implementations
impl Clone for Passes
fn clone(&self) -> Passes
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