Enum rustc::session::config::CrateTypeUnstable [-] [+] [src]

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

Variants

CrateTypeExecutable
CrateTypeDylib
CrateTypeRlib
CrateTypeStaticlib

Trait Implementations

impl Display for CrateType

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

Derived Implementations

impl Debug for CrateType

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Hash for CrateType

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

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, source: &Self)

impl PartialOrd 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

impl PartialEq for CrateType

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

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

impl Copy for CrateType