pub struct AriaRowIndexText(pub Cow<'static, str>);Expand description
Defines a human readable text alternative of aria-rowindex. See related aria-colindextext.
Tuple Fields§
§0: Cow<'static, str>Trait Implementations§
Source§impl Attributes for AriaRowIndexText
impl Attributes for AriaRowIndexText
Source§impl Clone for AriaRowIndexText
impl Clone for AriaRowIndexText
Source§fn clone(&self) -> AriaRowIndexText
fn clone(&self) -> AriaRowIndexText
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 AriaRowIndexText
impl Debug for AriaRowIndexText
Source§impl Hash for AriaRowIndexText
impl Hash for AriaRowIndexText
Source§impl Ord for AriaRowIndexText
impl Ord for AriaRowIndexText
Source§fn cmp(&self, other: &AriaRowIndexText) -> Ordering
fn cmp(&self, other: &AriaRowIndexText) -> Ordering
1.21.0 · 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 PartialEq for AriaRowIndexText
impl PartialEq for AriaRowIndexText
Source§impl PartialOrd for AriaRowIndexText
impl PartialOrd for AriaRowIndexText
impl Eq for AriaRowIndexText
impl StructuralPartialEq for AriaRowIndexText
Auto Trait Implementations§
impl Freeze for AriaRowIndexText
impl RefUnwindSafe for AriaRowIndexText
impl Send for AriaRowIndexText
impl Sync for AriaRowIndexText
impl Unpin for AriaRowIndexText
impl UnwindSafe for AriaRowIndexText
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