Enum rustc_trans::session::config::OutputType
[−]
[src]
pub enum OutputType {
Bitcode,
Assembly,
LlvmAssembly,
Metadata,
Object,
Exe,
DepInfo,
}rustc_private)Variants
Bitcoderustc_private)Assemblyrustc_private)LlvmAssemblyrustc_private)Metadatarustc_private)Objectrustc_private)Exerustc_private)DepInforustc_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
rustc_private)impl PartialOrd<OutputType> for OutputType[src]
fn partial_cmp(&self, __arg_0: &OutputType) -> Option<Ordering>
This method returns an ordering between self and other values if one exists. Read more
fn lt(&self, other: &Rhs) -> bool1.0.0
This method tests less than (for self and other) and is used by the < operator. Read more
fn le(&self, other: &Rhs) -> bool1.0.0
This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
fn gt(&self, other: &Rhs) -> bool1.0.0
This method tests greater than (for self and other) and is used by the > operator. Read more
fn ge(&self, other: &Rhs) -> bool1.0.0
This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
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) -> bool1.0.0
This method tests for !=.
impl Hash for OutputType[src]
fn hash<__H>(&self, __arg_0: &mut __H) where __H: Hasher
Feeds this value into the state given, updating the hasher as necessary.
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher1.3.0
Feeds a slice of this type into the state provided.
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>
Formats the value using the given formatter.
impl Encodable for OutputType[src]
fn encode<__S>(&self, __arg_0: &mut __S) -> Result<(), __S::Error> where __S: Encoder
rustc_private)impl Copy for OutputType[src]
impl Ord for OutputType[src]
fn cmp(&self, __arg_0: &OutputType) -> Ordering
This method returns an Ordering between self and other. Read more