Enum rustc_lint::session::config::CrateType [] [src]

pub enum CrateType {
    CrateTypeExecutable,
    CrateTypeDylib,
    CrateTypeRlib,
    CrateTypeStaticlib,
    CrateTypeCdylib,
}
Unstable (rustc_private)

Variants

CrateTypeExecutable
Unstable (rustc_private)
CrateTypeDylib
Unstable (rustc_private)
CrateTypeRlib
Unstable (rustc_private)
CrateTypeStaticlib
Unstable (rustc_private)
CrateTypeCdylib
Unstable (rustc_private)

Trait Implementations

impl Display for CrateType

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

Derived Implementations

impl Debug for CrateType

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

impl Hash for CrateType

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

impl Eq for CrateType

impl Ord for CrateType

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

impl Clone for CrateType

fn clone(&self) -> CrateType

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

impl PartialOrd<CrateType> for CrateType

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

impl PartialEq<CrateType> for CrateType

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

This method tests for self and other values to be equal, and is used by ==. Read more

fn ne(&self, other: &Rhs) -> bool
1.0.0

This method tests for !=.

impl Copy for CrateType