Struct rustc::ty::CanonicalVar
[−]
pub struct CanonicalVar(_);
🔬 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<'gcx> HashStable<StableHashingContext<'gcx>> for CanonicalVar[src]
impl<'gcx> HashStable<StableHashingContext<'gcx>> for CanonicalVarfn hash_stable<W: StableHasherResult>(
&self,
hcx: &mut StableHashingContext<'gcx>,
hasher: &mut StableHasher<W>
)[src]
fn hash_stable<W: StableHasherResult>(
&self,
hcx: &mut StableHashingContext<'gcx>,
hasher: &mut StableHasher<W>
)🔬 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?
impl<'tcx> Index<CanonicalVar> for CanonicalVarValues<'tcx>[src]
impl<'tcx> Index<CanonicalVar> for CanonicalVarValues<'tcx>type Output = Kind<'tcx>
The returned type after indexing.
fn index(&self, value: CanonicalVar) -> &Kind<'tcx>[src]
fn index(&self, value: CanonicalVar) -> &Kind<'tcx>Performs the indexing (container[index]) operation.
impl Copy for CanonicalVar
impl Copy for CanonicalVarimpl Clone for CanonicalVar
impl Clone for CanonicalVarfn clone(&self) -> CanonicalVar
fn clone(&self) -> CanonicalVarReturns 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)Performs copy-assignment from source. Read more
impl PartialEq for CanonicalVar
impl PartialEq for CanonicalVarfn eq(&self, __arg_0: &CanonicalVar) -> bool
fn eq(&self, __arg_0: &CanonicalVar) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &CanonicalVar) -> bool
fn ne(&self, __arg_0: &CanonicalVar) -> boolThis method tests for !=.
impl Eq for CanonicalVar
impl Eq for CanonicalVarimpl Hash for CanonicalVar
impl Hash for CanonicalVarfn hash<__H: Hasher>(&self, __arg_0: &mut __H)
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, Feeds a slice of this type into the given [Hasher]. Read more
impl PartialOrd for CanonicalVar
impl PartialOrd for CanonicalVarfn partial_cmp(&self, __arg_0: &CanonicalVar) -> Option<Ordering>
fn partial_cmp(&self, __arg_0: &CanonicalVar) -> Option<Ordering>This method returns an ordering between self and other values if one exists. Read more
fn lt(&self, __arg_0: &CanonicalVar) -> bool
fn lt(&self, __arg_0: &CanonicalVar) -> boolThis method tests less than (for self and other) and is used by the < operator. Read more
fn le(&self, __arg_0: &CanonicalVar) -> bool
fn le(&self, __arg_0: &CanonicalVar) -> boolThis method tests less than or equal to (for self and other) and is used by the <= operator. Read more
fn gt(&self, __arg_0: &CanonicalVar) -> bool
fn gt(&self, __arg_0: &CanonicalVar) -> boolThis method tests greater than (for self and other) and is used by the > operator. Read more
fn ge(&self, __arg_0: &CanonicalVar) -> bool
fn ge(&self, __arg_0: &CanonicalVar) -> boolThis method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
impl Ord for CanonicalVar
impl Ord for CanonicalVarfn cmp(&self, __arg_0: &CanonicalVar) -> Ordering
fn cmp(&self, __arg_0: &CanonicalVar) -> OrderingThis method returns an Ordering between self and other. Read more
fn max(self, other: Self) -> Self1.21.0[src]
fn max(self, other: Self) -> SelfCompares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self1.21.0[src]
fn min(self, other: Self) -> SelfCompares and returns the minimum of two values. Read more
impl Decodable for CanonicalVar
impl Decodable for CanonicalVarfn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<CanonicalVar, __D::Error>
fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<CanonicalVar, __D::Error>🔬 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?
impl Encodable for CanonicalVar
impl Encodable for CanonicalVarfn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), __S::Error>
fn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), __S::Error>🔬 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?
impl Idx for CanonicalVar
impl Idx for CanonicalVarfn new(value: usize) -> Self
fn new(value: usize) -> Self🔬 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?
fn index(self) -> usize
fn index(self) -> usize🔬 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?
impl Debug for CanonicalVar
impl Debug for CanonicalVarAuto Trait Implementations
impl Send for CanonicalVar
impl Send for CanonicalVarimpl Sync for CanonicalVar
impl Sync for CanonicalVar