Enum rustc::infer::lexical_region_resolve::graphviz::Node [−][src]
enum Node {
RegionVid(RegionVid),
Region(RegionKind),
}🔬 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
RegionVid(RegionVid)🔬 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?
Region(RegionKind)🔬 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 Node[src]
impl Clone for Nodefn clone(&self) -> Node[src]
fn clone(&self) -> NodeReturns 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 Hash for Node[src]
impl Hash for Nodefn 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 PartialEq for Node[src]
impl PartialEq for Nodefn eq(&self, other: &Node) -> bool[src]
fn eq(&self, other: &Node) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Node) -> bool[src]
fn ne(&self, other: &Node) -> boolThis method tests for !=.
impl Eq for Node[src]
impl Eq for Nodefn assert_receiver_is_total_eq(&self)[src]
fn assert_receiver_is_total_eq(&self)impl Debug for Node[src]
impl Debug for Nodefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for Node[src]
impl Copy for Node