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 RelationDir
impl Clone for RelationDir
[src]
impl Clone for RelationDir
fn clone(&self) -> RelationDir
[src]
fn clone(&self) -> RelationDir
Returns 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 RelationDir
fn assert_receiver_is_total_eq(&self)
[src]
fn assert_receiver_is_total_eq(&self)
impl PartialEq for RelationDir
[src]
impl PartialEq for RelationDir
fn eq(&self, other: &RelationDir) -> bool
[src]
fn eq(&self, other: &RelationDir) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
fn ne(&self, other: &Rhs) -> bool
This method tests for !=
.
impl Hash for RelationDir
[src]
impl Hash for RelationDir
fn 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 RelationDir
Auto Trait Implementations
impl Send for RelationDir
impl Send for RelationDir
impl Sync for RelationDir
impl Sync for RelationDir