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: Hashfn hash<__H: Hasher>(&self, __arg_0: &mut __H)fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasherimpl<Ix: Ord> Ord for NodeIndex<Ix> where Ix: Ordimpl<Ix: Eq> Eq for NodeIndex<Ix> where Ix: Eqimpl<Ix: PartialOrd> PartialOrd for NodeIndex<Ix> where Ix: PartialOrdfn partial_cmp(&self, __arg_0: &NodeIndex<Ix>) -> Option<Ordering>fn lt(&self, __arg_0: &NodeIndex<Ix>) -> boolfn le(&self, __arg_0: &NodeIndex<Ix>) -> boolfn gt(&self, __arg_0: &NodeIndex<Ix>) -> boolfn ge(&self, __arg_0: &NodeIndex<Ix>) -> boolimpl<Ix: PartialEq> PartialEq for NodeIndex<Ix> where Ix: PartialEqimpl<Ix: Debug> Debug for NodeIndex<Ix> where Ix: Debugimpl<Ix: Clone> Clone for NodeIndex<Ix> where Ix: Clonefn 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).