pub struct Sparse<'a> { /* private fields */ }
Expand description
Sparse storage of attributes that deviate from their initialization value.
Implementations§
source§impl<'a> Sparse<'a>
impl<'a> Sparse<'a>
sourcepub fn indices(&self) -> Indices<'a>
pub fn indices(&self) -> Indices<'a>
Returns an index array of size count
that points to those accessor
attributes that deviate from their initialization value.
Auto Trait Implementations§
impl<'a> RefUnwindSafe for Sparse<'a>
impl<'a> Send for Sparse<'a>
impl<'a> Sync for Sparse<'a>
impl<'a> Unpin for Sparse<'a>
impl<'a> UnwindSafe for Sparse<'a>
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