Struct petgraph::visit::Time [−][src]
pub struct Time(pub usize);
Strictly monotonically increasing event time for a depth first search.
Trait Implementations
impl PartialOrd<Time> for Time[src]
impl PartialOrd<Time> for Time[src]impl Copy for Time[src]
impl Eq for Time[src]
impl StructuralEq for Time[src]
impl StructuralPartialEq for Time[src]
Auto Trait Implementations
impl RefUnwindSafe for Time
impl Send for Time
impl Sync for Time
impl Unpin for Time
impl UnwindSafe for Time
Blanket Implementations
impl<T> CallHasher for T where
T: Hash, [src]
impl<T> CallHasher for T where
T: Hash, [src]impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]pub fn equivalent(&self, key: &K) -> bool[src]
impl<N> NodeTrait for N where
N: Copy + Ord + Hash, [src]
N: Copy + Ord + Hash,