Enum rustc_typeck::check::method::probe::ProbeScope [−][src]
pub enum ProbeScope {
TraitsInScope,
AllTraits,
}🔬 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
TraitsInScope🔬 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?
AllTraits🔬 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 PartialEq for ProbeScope[src]
impl PartialEq for ProbeScopefn eq(&self, other: &ProbeScope) -> bool[src]
fn eq(&self, other: &ProbeScope) -> 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 ProbeScope[src]
impl Eq for ProbeScopefn assert_receiver_is_total_eq(&self)[src]
fn assert_receiver_is_total_eq(&self)impl Copy for ProbeScope[src]
impl Copy for ProbeScopeimpl Clone for ProbeScope[src]
impl Clone for ProbeScopefn clone(&self) -> ProbeScope[src]
fn clone(&self) -> ProbeScopeReturns 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 Debug for ProbeScope[src]
impl Debug for ProbeScopeAuto Trait Implementations
impl Send for ProbeScope
impl Send for ProbeScopeimpl Sync for ProbeScope
impl Sync for ProbeScope