Struct petgraph::graph::NodeIndex
[−]
[src]
pub struct NodeIndex<Ix = DefIndex>(_);
Node identifier.
pub struct NodeIndex<Ix = DefIndex>(_);
Node identifier.
impl<Ix: IndexType> NodeIndex<Ix>
impl<Ix: IndexType> From<Ix> for NodeIndex<Ix>
fn from(ix: Ix) -> Self
impl<Ix: IndexType> GraphIndex for NodeIndex<Ix>
fn index(&self) -> usize
fn is_node_index() -> bool
impl<Ix: Hash> Hash for NodeIndex<Ix>
fn hash<__HIx: Hasher>(&self, __arg_0: &mut __HIx)
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
impl<Ix: Ord> Ord for NodeIndex<Ix>
impl<Ix: Eq> Eq for NodeIndex<Ix>
impl<Ix: PartialOrd> PartialOrd for NodeIndex<Ix>
fn partial_cmp(&self, __arg_0: &NodeIndex<Ix>) -> Option<Ordering>
fn lt(&self, __arg_0: &NodeIndex<Ix>) -> bool
fn le(&self, __arg_0: &NodeIndex<Ix>) -> bool
fn gt(&self, __arg_0: &NodeIndex<Ix>) -> bool
fn ge(&self, __arg_0: &NodeIndex<Ix>) -> bool
impl<Ix: PartialEq> PartialEq for NodeIndex<Ix>
impl<Ix: Debug> Debug for NodeIndex<Ix>
impl<Ix: Clone> Clone for NodeIndex<Ix>
fn clone(&self) -> NodeIndex<Ix>
fn clone_from(&mut self, source: &Self)
impl<Ix: Copy> Copy for NodeIndex<Ix>