pub struct DisjointSparseTable<S: SemiGroup> {
pub table: Vec<Vec<S::T>>,
}Fields§
§table: Vec<Vec<S::T>>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<S> Freeze for DisjointSparseTable<S>
impl<S> RefUnwindSafe for DisjointSparseTable<S>
impl<S> Send for DisjointSparseTable<S>
impl<S> Sync for DisjointSparseTable<S>
impl<S> Unpin for DisjointSparseTable<S>
impl<S> UnwindSafe for DisjointSparseTable<S>
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