pub struct RowSlice2DBuilder { /* private fields */ }Expand description
A builder object to create a slice. This exists to make forgetting to specify rows and columns a compilation error rather than a runtime one.
Implementations§
Auto Trait Implementations§
impl Freeze for RowSlice2DBuilder
impl RefUnwindSafe for RowSlice2DBuilder
impl Send for RowSlice2DBuilder
impl Sync for RowSlice2DBuilder
impl Unpin for RowSlice2DBuilder
impl UnwindSafe for RowSlice2DBuilder
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