Struct rustc_data_structures::graph::EdgeIndex
[−]
[src]
pub struct EdgeIndex(pub 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?
Trait Implementations
impl Copy for EdgeIndex
[src]
impl Copy for EdgeIndex
impl Clone for EdgeIndex
[src]
impl Clone for EdgeIndex
fn clone(&self) -> EdgeIndex
[src]
fn clone(&self) -> EdgeIndex
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)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl PartialEq for EdgeIndex
[src]
impl PartialEq for EdgeIndex
fn eq(&self, __arg_0: &EdgeIndex) -> bool
[src]
fn eq(&self, __arg_0: &EdgeIndex) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &EdgeIndex) -> bool
[src]
fn ne(&self, __arg_0: &EdgeIndex) -> bool
This method tests for !=
.
impl Eq for EdgeIndex
[src]
impl Eq for EdgeIndex
impl Debug for EdgeIndex
[src]
impl Debug for EdgeIndex
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Hash for EdgeIndex
[src]
impl Hash for EdgeIndex