pub struct ColumnSlice2DBuilder { /* 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 ColumnSlice2DBuilder
impl RefUnwindSafe for ColumnSlice2DBuilder
impl Send for ColumnSlice2DBuilder
impl Sync for ColumnSlice2DBuilder
impl Unpin for ColumnSlice2DBuilder
impl UnwindSafe for ColumnSlice2DBuilder
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