Struct set_partitions::BTreeSubsets
source · [−]pub struct BTreeSubsets<T> where
<T as TryInto<usize>>::Error: Debug,
<T as TryFrom<usize>>::Error: Debug,
T: Clone + TryInto<usize> + TryFrom<usize> + Ord, { /* private fields */ }
Expand description
Maintains subsets of a set partition using BTreeSet
s
Pass this as the Subsets
implementation to the SetPartition
structs.
Implementations
Trait Implementations
Notify addition of idx
to the set identified by v
Read more
Auto Trait Implementations
impl<T> RefUnwindSafe for BTreeSubsets<T> where
T: RefUnwindSafe,
impl<T> Send for BTreeSubsets<T> where
T: Send,
impl<T> Sync for BTreeSubsets<T> where
T: Sync,
impl<T> Unpin for BTreeSubsets<T>
impl<T> UnwindSafe for BTreeSubsets<T> where
T: RefUnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more