pub struct RowLabel { /* private fields */ }Expand description
A printable family/index label such as P0 or RI11.
A label does not replace crate::RowOperation; it records only the family
and index selected by an explicit RowLabelConvention.
Implementations§
Trait Implementations§
impl Copy for RowLabel
impl Eq for RowLabel
Source§impl Ord for RowLabel
impl Ord for RowLabel
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for RowLabel
impl PartialOrd for RowLabel
impl StructuralPartialEq for RowLabel
Auto Trait Implementations§
impl Freeze for RowLabel
impl RefUnwindSafe for RowLabel
impl Send for RowLabel
impl Sync for RowLabel
impl Unpin for RowLabel
impl UnsafeUnpin for RowLabel
impl UnwindSafe for RowLabel
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