Struct rustc_lint::middle::graph::EdgeIndexUnstable [-] [+] [src]

pub struct EdgeIndex(pub usize);

Methods

impl EdgeIndex

fn edge_id(&self) -> usize

Returns unique id (unique with respect to the graph holding associated edge).

Trait Implementations

Derived Implementations

impl Debug for EdgeIndex

fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>

impl PartialEq<EdgeIndex> for EdgeIndex

fn eq(&self, __arg_0: &EdgeIndex) -> bool

fn ne(&self, __arg_0: &EdgeIndex) -> bool

impl Clone for EdgeIndex

fn clone(&self) -> EdgeIndex

fn clone_from(&mut self, source: &Self)

impl Copy for EdgeIndex