Enum rustc::infer::combine::RelationDir [−][src]
pub enum RelationDir {
SubtypeOf,
SupertypeOf,
EqTo,
}🔬 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
SubtypeOf🔬 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?
SupertypeOf🔬 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?
EqTo🔬 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 RelationDir[src]
impl Copy for RelationDirimpl Clone for RelationDir[src]
impl Clone for RelationDirfn clone(&self) -> RelationDir[src]
fn clone(&self) -> RelationDirReturns 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 Eq for RelationDir[src]
impl Eq for RelationDirfn assert_receiver_is_total_eq(&self)[src]
fn assert_receiver_is_total_eq(&self)impl PartialEq for RelationDir[src]
impl PartialEq for RelationDirfn eq(&self, other: &RelationDir) -> bool[src]
fn eq(&self, other: &RelationDir) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> boolThis method tests for !=.
impl Hash for RelationDir[src]
impl Hash for RelationDirfn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash<__H: Hasher>(&self, state: &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 Debug for RelationDir[src]
impl Debug for RelationDirAuto Trait Implementations
impl Send for RelationDir
impl Send for RelationDirimpl Sync for RelationDir
impl Sync for RelationDir