pub struct DepSet<T> { /* private fields */ }Implementations
sourceimpl<T> DepSet<T>
impl<T> DepSet<T>
pub fn flatten(&self) -> DepSetFlatten<'_, T>ⓘNotable traits for DepSetFlatten<'a, T>impl<'a, T> Iterator for DepSetFlatten<'a, T> type Item = &'a T;
Trait Implementations
sourceimpl<T: PartialEq> PartialEq<DepSet<T>> for DepSet<T>
impl<T: PartialEq> PartialEq<DepSet<T>> for DepSet<T>
sourceimpl Restriction<&DepSet<Atom>> for Restrict
impl Restriction<&DepSet<Atom>> for Restrict
sourceimpl Restriction<&DepSet<Atom>> for Restrict<AtomRestrict>
impl Restriction<&DepSet<Atom>> for Restrict<AtomRestrict>
impl<T: Eq> Eq for DepSet<T>
impl<T> StructuralEq for DepSet<T>
impl<T> StructuralPartialEq for DepSet<T>
Auto Trait Implementations
impl<T> RefUnwindSafe for DepSet<T>where
T: RefUnwindSafe,
impl<T> Send for DepSet<T>where
T: Send,
impl<T> Sync for DepSet<T>where
T: Sync,
impl<T> Unpin for DepSet<T>where
T: Unpin,
impl<T> UnwindSafe for DepSet<T>where
T: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.