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
Derived Implementations
impl Debug for CrateType
impl Hash for CrateType
impl Eq for CrateType
impl Ord for CrateType
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 !=
.