Struct rustc_data_structures::indexed_set::SparseIdxSet [−][src]
pub struct SparseIdxSet<T: Idx>(_);
A sparse index set with a maximum of SPARSE_MAX elements. Used by HybridIdxSet; do not use directly.
The elements are stored as an unsorted vector with no duplicates.
Trait Implementations
impl<T: Clone + Idx> Clone for SparseIdxSet<T>[src]
impl<T: Clone + Idx> Clone for SparseIdxSet<T>fn clone(&self) -> SparseIdxSet<T>[src]
fn clone(&self) -> SparseIdxSet<T>Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl<T: Debug + Idx> Debug for SparseIdxSet<T>[src]
impl<T: Debug + Idx> Debug for SparseIdxSet<T>fn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl<T: Idx> UnionIntoIdxSet<T> for SparseIdxSet<T>[src]
impl<T: Idx> UnionIntoIdxSet<T> for SparseIdxSet<T>fn union_into(&self, other: &mut IdxSet<T>) -> bool[src]
fn union_into(&self, other: &mut IdxSet<T>) -> boolimpl<T: Idx> SubtractFromIdxSet<T> for SparseIdxSet<T>[src]
impl<T: Idx> SubtractFromIdxSet<T> for SparseIdxSet<T>fn subtract_from(&self, other: &mut IdxSet<T>) -> bool[src]
fn subtract_from(&self, other: &mut IdxSet<T>) -> boolAuto Trait Implementations
impl<T> Send for SparseIdxSet<T> where
T: Send,
impl<T> Send for SparseIdxSet<T> where
T: Send, impl<T> Sync for SparseIdxSet<T> where
T: Sync,
impl<T> Sync for SparseIdxSet<T> where
T: Sync,