Enum rustc_typeck::session::config::CrateTypeExperimental [-]  [+] [src]

pub enum CrateType {
    CrateTypeExecutable,
    CrateTypeDylib,
    CrateTypeRlib,
    CrateTypeStaticlib,
}

Variants

CrateTypeExecutable
CrateTypeDylib
CrateTypeRlib
CrateTypeStaticlib

Trait Implementations

impl Show for CrateType

fn fmt(&self, f: &mut Formatter) -> Result<(), Error>

Derived Implementations

impl<__S: Writer> Hash<__S> for CrateType

fn hash(&self, __arg_0: &mut __S)

impl Eq for CrateType

fn assert_receiver_is_total_eq(&self)

impl Ord for CrateType

fn cmp(&self, __arg_0: &CrateType) -> Ordering

impl Clone for CrateType

fn clone(&self) -> CrateType

fn clone_from(&mut self, &CrateType)

impl PartialOrd<CrateType> for CrateType

fn partial_cmp(&self, __arg_0: &CrateType) -> Option<Ordering>

fn lt(&self, __arg_0: &CrateType) -> bool

fn le(&self, __arg_0: &CrateType) -> bool

fn gt(&self, __arg_0: &CrateType) -> bool

fn ge(&self, __arg_0: &CrateType) -> bool

fn lt(&self, &CrateType) -> bool

fn le(&self, &CrateType) -> bool

fn gt(&self, &CrateType) -> bool

fn ge(&self, &CrateType) -> bool

impl PartialEq<CrateType> for CrateType

fn eq(&self, __arg_0: &CrateType) -> bool

fn ne(&self, __arg_0: &CrateType) -> bool

fn ne(&self, &CrateType) -> bool

impl Copy for CrateType