Enum rustc_trans::session::config::OptionStabilityUnstable
[-] [+]
[src]
pub enum OptionStability { Stable, Unstable, }
Variants
Stable | |
Unstable |
pub enum OptionStability { Stable, Unstable, }
Stable | |
Unstable |
impl Debug for OptionStability
impl Eq for OptionStability
impl PartialEq<OptionStability> for OptionStability
fn eq(&self, __arg_0: &OptionStability) -> bool
fn ne(&self, __arg_0: &OptionStability) -> bool
impl Clone for OptionStability
fn clone(&self) -> OptionStability
fn clone_from(&mut self, source: &Self)
impl Copy for OptionStability
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).