pub struct SparseTable<B: Band> { /* private fields */ }Expand description
SparseTable
Implementations§
Auto Trait Implementations§
impl<B> Freeze for SparseTable<B>
impl<B> RefUnwindSafe for SparseTable<B>
impl<B> Send for SparseTable<B>
impl<B> Sync for SparseTable<B>
impl<B> Unpin for SparseTable<B>
impl<B> UnwindSafe for SparseTable<B>
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