Enum rustc_metadata::middle::cstore::LinkagePreference
[−]
[src]
pub enum LinkagePreference {
RequireDynamic,
RequireStatic,
}🔬 This is a nightly-only experimental API. (
rustc_private)Variants
RequireDynamic🔬 This is a nightly-only experimental API. (
rustc_private)RequireStatic🔬 This is a nightly-only experimental API. (
rustc_private)Trait Implementations
impl Decodable for LinkagePreference[src]
fn decode<__D>(__arg_0: &mut __D) -> Result<LinkagePreference, __D::Error> where __D: Decoder
🔬 This is a nightly-only experimental API. (rustc_private)
deprecated in favor of rustc-serialize on crates.io
impl PartialEq<LinkagePreference> for LinkagePreference[src]
fn eq(&self, __arg_0: &LinkagePreference) -> 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 Clone for LinkagePreference[src]
fn clone(&self) -> LinkagePreference
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 Debug for LinkagePreference[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.
impl Encodable for LinkagePreference[src]
fn encode<__S>(&self, __arg_0: &mut __S) -> Result<(), __S::Error> where __S: Encoder
🔬 This is a nightly-only experimental API. (rustc_private)
deprecated in favor of rustc-serialize on crates.io