Struct sparse_array::fast::FastSparseArrayBuilder
source · pub struct FastSparseArrayBuilder<V> {
index: BitmapIndex,
data: SparseArrayBuilder<V>,
}
Fields§
§index: BitmapIndex
§data: SparseArrayBuilder<V>
Implementations§
source§impl<V> FastSparseArrayBuilder<V>
impl<V> FastSparseArrayBuilder<V>
Trait Implementations§
Auto Trait Implementations§
impl<V> RefUnwindSafe for FastSparseArrayBuilder<V>where V: RefUnwindSafe,
impl<V> Send for FastSparseArrayBuilder<V>where V: Send,
impl<V> Sync for FastSparseArrayBuilder<V>where V: Sync,
impl<V> Unpin for FastSparseArrayBuilder<V>where V: Unpin,
impl<V> UnwindSafe for FastSparseArrayBuilder<V>where V: 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