pub struct VisMap<S> { /* private fields */ }
Expand description
VisitMap
of LatticeGraph
.
Trait Implementations§
Source§impl<S: Shape> VisitMap<<S as Shape>::Coordinate> for VisMap<S>
impl<S: Shape> VisitMap<<S as Shape>::Coordinate> for VisMap<S>
Source§fn is_visited(&self, a: &S::Coordinate) -> bool
fn is_visited(&self, a: &S::Coordinate) -> bool
Return whether
a
has been visited before.impl<S: Eq> Eq for VisMap<S>
impl<S> StructuralPartialEq for VisMap<S>
Auto Trait Implementations§
impl<S> Freeze for VisMap<S>where
S: Freeze,
impl<S> RefUnwindSafe for VisMap<S>where
S: RefUnwindSafe,
impl<S> Send for VisMap<S>where
S: Send,
impl<S> Sync for VisMap<S>where
S: Sync,
impl<S> Unpin for VisMap<S>where
S: Unpin,
impl<S> UnwindSafe for VisMap<S>where
S: UnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> ConstOrValue<T> for T
impl<T> ConstOrValue<T> for T
Source§const IS_CONST_WRAP: bool = false
const IS_CONST_WRAP: bool = false
get wheter the type is const generic wrapper.
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.