pub struct VerticallyStridedRowIndexMap { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Debug for VerticallyStridedRowIndexMap
impl Debug for VerticallyStridedRowIndexMap
Auto Trait Implementations§
impl Freeze for VerticallyStridedRowIndexMap
impl RefUnwindSafe for VerticallyStridedRowIndexMap
impl Send for VerticallyStridedRowIndexMap
impl Sync for VerticallyStridedRowIndexMap
impl Unpin for VerticallyStridedRowIndexMap
impl UnsafeUnpin for VerticallyStridedRowIndexMap
impl UnwindSafe for VerticallyStridedRowIndexMap
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