pub struct RowAndColumn;
Expand description
A zero size DimensionNames type that always returns ["row", "column"]
.
Trait Implementations§
Source§impl Clone for RowAndColumn
impl Clone for RowAndColumn
Source§fn clone(&self) -> RowAndColumn
fn clone(&self) -> RowAndColumn
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for RowAndColumn
impl Debug for RowAndColumn
Source§impl DimensionNames for RowAndColumn
impl DimensionNames for RowAndColumn
Auto Trait Implementations§
impl Freeze for RowAndColumn
impl RefUnwindSafe for RowAndColumn
impl Send for RowAndColumn
impl Sync for RowAndColumn
impl Unpin for RowAndColumn
impl UnwindSafe for RowAndColumn
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