Struct rustc_data_structures::transitive_relation::Edge [−][src]
🔬 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?
Fields
source: Index
🔬 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?
target: Index
🔬 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 Clone for Edge[src]
impl Clone for Edgefn clone(&self) -> Edge[src]
fn clone(&self) -> EdgeReturns 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 Edge[src]
impl PartialEq for Edgefn eq(&self, other: &Edge) -> bool[src]
fn eq(&self, other: &Edge) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Edge) -> bool[src]
fn ne(&self, other: &Edge) -> boolThis method tests for !=.
impl Eq for Edge[src]
impl Eq for Edgefn assert_receiver_is_total_eq(&self)[src]
fn assert_receiver_is_total_eq(&self)impl Encodable for Edge[src]
impl Encodable for Edgefn encode<__S: Encoder>(&self, s: &mut __S) -> Result<(), __S::Error>[src]
fn encode<__S: Encoder>(&self, s: &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 Decodable for Edge[src]
impl Decodable for Edgefn decode<__D: Decoder>(d: &mut __D) -> Result<Edge, __D::Error>[src]
fn decode<__D: Decoder>(d: &mut __D) -> Result<Edge, __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 Debug for Edge[src]
impl Debug for Edgefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl<CTX> HashStable<CTX> for Edge[src]
impl<CTX> HashStable<CTX> for Edgefn hash_stable<W: StableHasherResult>(
&self,
hcx: &mut CTX,
hasher: &mut StableHasher<W>
)[src]
fn hash_stable<W: StableHasherResult>(
&self,
hcx: &mut CTX,
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?