pub struct IndexSet { /* private fields */ }
Expand description
A conceptually infinite-length set of indices that allows union and efficient iteration over elements.
Implementations
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for IndexSet
impl Send for IndexSet
impl !Sync for IndexSet
impl Unpin for IndexSet
impl UnwindSafe for IndexSet
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