Enum rustc_trans::session::config::Passes
[−]
[src]
pub enum Passes {
SomePasses(Vec<String>),
AllPasses,
}🔬 This is a nightly-only experimental API. (
rustc_private)Variants
SomePasses(Vec<String>)🔬 This is a nightly-only experimental API. (
rustc_private)AllPasses🔬 This is a nightly-only experimental API. (
rustc_private)Methods
impl Passes[src]
Trait Implementations
impl Hash for Passes[src]
fn hash<__H>(&self, __arg_0: &mut __H) where __H: Hasher
Feeds this value into the state given, updating the hasher as necessary.
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher1.3.0
Feeds a slice of this type into the state provided.
impl Clone for Passes[src]
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