Struct rustc_data_structures::graph::EdgeIndex  [−][src]
pub struct EdgeIndex(pub usize);
Trait Implementations
impl Copy for EdgeIndex[src] 
impl Copy for EdgeIndeximpl Clone for EdgeIndex[src] 
impl Clone for EdgeIndexfn clone(&self) -> EdgeIndex[src] 
fn clone(&self) -> EdgeIndexReturns 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 EdgeIndexfn eq(&self, other: &EdgeIndex) -> bool[src] 
fn eq(&self, other: &EdgeIndex) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &EdgeIndex) -> bool[src] 
fn ne(&self, other: &EdgeIndex) -> boolThis method tests for !=.
impl Eq for EdgeIndex[src] 
impl Eq for EdgeIndeximpl Debug for EdgeIndex[src] 
impl Debug for EdgeIndexfn fmt(&self, f: &mut Formatter) -> Result[src] 
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Hash for EdgeIndex[src] 
impl Hash for EdgeIndex