pub struct SparseTable<T, F>where
F: Fn(T, T) -> T,{ /* private fields */ }
Implementations§
Auto Trait Implementations§
impl<T, F> Freeze for SparseTable<T, F>where
F: Freeze,
impl<T, F> RefUnwindSafe for SparseTable<T, F>where
F: RefUnwindSafe,
T: RefUnwindSafe,
impl<T, F> Send for SparseTable<T, F>
impl<T, F> Sync for SparseTable<T, F>
impl<T, F> Unpin for SparseTable<T, F>
impl<T, F> UnwindSafe for SparseTable<T, F>where
F: UnwindSafe,
T: 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