Enum rustc::traits::TraitQueryMode [−][src]
pub enum TraitQueryMode {
Standard,
Canonical,
}🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
Variants
Standard🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
Canonical🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
Trait Implementations
impl Copy for TraitQueryMode[src]
impl Copy for TraitQueryModeimpl Clone for TraitQueryMode[src]
impl Clone for TraitQueryModefn clone(&self) -> TraitQueryMode[src]
fn clone(&self) -> TraitQueryModeReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for TraitQueryMode[src]
impl PartialEq for TraitQueryModefn eq(&self, other: &TraitQueryMode) -> bool[src]
fn eq(&self, other: &TraitQueryMode) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for TraitQueryMode[src]
impl Eq for TraitQueryModefn assert_receiver_is_total_eq(&self)[src]
fn assert_receiver_is_total_eq(&self)impl Debug for TraitQueryMode[src]
impl Debug for TraitQueryModeAuto Trait Implementations
impl Send for TraitQueryMode
impl Send for TraitQueryModeimpl Sync for TraitQueryMode
impl Sync for TraitQueryMode