Struct petgraph::graph::NodeIndex
[−]
[src]
pub struct NodeIndex<Ix = DefIndex>(_);
Node identifier.
pub struct NodeIndex<Ix = DefIndex>(_);
Node identifier.
impl<Ix: IndexType = DefIndex> NodeIndex<Ix>
impl<Ix: Hash> Hash for NodeIndex<Ix> where Ix: Hash
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
impl<Ix: Ord> Ord for NodeIndex<Ix> where Ix: Ord
impl<Ix: Eq> Eq for NodeIndex<Ix> where Ix: Eq
impl<Ix: PartialOrd> PartialOrd for NodeIndex<Ix> where Ix: PartialOrd
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> where Ix: PartialEq
impl<Ix: Debug> Debug for NodeIndex<Ix> where Ix: Debug
impl<Ix: Clone> Clone for NodeIndex<Ix> where Ix: Clone
fn clone(&self) -> NodeIndex<Ix>
fn clone_from(&mut self, source: &Self)
impl<Ix: Copy> Copy for NodeIndex<Ix> where Ix: Copy
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).