Enum rustc::session::config::OptionStabilityExperimental
[-]
[+]
[src]
pub enum OptionStability { Stable, Unstable, }
Variants
Stable | |
Unstable |
pub enum OptionStability { Stable, Unstable, }
Stable | |
Unstable |
impl Show for OptionStability
impl Eq for OptionStability
fn assert_receiver_is_total_eq(&self)
impl PartialEq 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
).