pub struct SparseVecHandle { /* private fields */ }Expand description
Opaque handle to a SparseVec
Auto Trait Implementations§
impl Freeze for SparseVecHandle
impl RefUnwindSafe for SparseVecHandle
impl Send for SparseVecHandle
impl Sync for SparseVecHandle
impl Unpin for SparseVecHandle
impl UnwindSafe for SparseVecHandle
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