Enum rustc_lint::session::config::OutputType
[−]
[src]
pub enum OutputType { Bitcode, Assembly, LlvmAssembly, Metadata, Object, Exe, DepInfo, }
🔬 This is a nightly-only experimental API. (
rustc_private
)Variants
Bitcode
🔬 This is a nightly-only experimental API. (
rustc_private
)Assembly
🔬 This is a nightly-only experimental API. (
rustc_private
)LlvmAssembly
🔬 This is a nightly-only experimental API. (
rustc_private
)Metadata
🔬 This is a nightly-only experimental API. (
rustc_private
)Object
🔬 This is a nightly-only experimental API. (
rustc_private
)Exe
🔬 This is a nightly-only experimental API. (
rustc_private
)DepInfo
🔬 This is a nightly-only experimental API. (
rustc_private
)Methods
impl OutputType
[src]
Trait Implementations
impl Decodable for OutputType
[src]
fn decode<__D>(__arg_0: &mut __D) -> Result<OutputType, __D::Error> where __D: Decoder
🔬 This is a nightly-only experimental API. (
rustc_private
)impl PartialOrd<OutputType> for OutputType
[src]
fn partial_cmp(&self, __arg_0: &OutputType) -> Option<Ordering>
🔬 This is a nightly-only experimental API. (
rustc_private
)impl PartialEq<OutputType> for OutputType
[src]
fn eq(&self, __arg_0: &OutputType) -> 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 Hash for OutputType
[src]
fn hash<__H>(&self, __arg_0: &mut __H) where __H: Hasher
🔬 This is a nightly-only experimental API. (
rustc_private
)impl Clone for OutputType
[src]
fn clone(&self) -> OutputType
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 Eq for OutputType
[src]
impl Debug for OutputType
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
🔬 This is a nightly-only experimental API. (
rustc_private
)impl Encodable for OutputType
[src]
fn encode<__S>(&self, __arg_0: &mut __S) -> Result<(), __S::Error> where __S: Encoder
🔬 This is a nightly-only experimental API. (
rustc_private
)impl Copy for OutputType
[src]
impl Ord for OutputType
[src]
fn cmp(&self, __arg_0: &OutputType) -> Ordering
🔬 This is a nightly-only experimental API. (
rustc_private
)