Enum accesskit::DescriptionFrom
source · #[repr(u8)]pub enum DescriptionFrom {
AriaDescription,
ButtonLabel,
RelatedElement,
RubyAnnotation,
Summary,
TableCaption,
Title,
}
Variants§
AriaDescription
ButtonLabel
HTML-AAM 5.2.2
RelatedElement
RubyAnnotation
Summary
HTML-AAM 5.8.2
TableCaption
HTML-AAM 5.9.2
Title
Trait Implementations§
source§impl Clone for DescriptionFrom
impl Clone for DescriptionFrom
source§fn clone(&self) -> DescriptionFrom
fn clone(&self) -> DescriptionFrom
Returns a copy 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 DescriptionFrom
impl Debug for DescriptionFrom
source§impl Hash for DescriptionFrom
impl Hash for DescriptionFrom
source§impl PartialEq<DescriptionFrom> for DescriptionFrom
impl PartialEq<DescriptionFrom> for DescriptionFrom
source§fn eq(&self, other: &DescriptionFrom) -> bool
fn eq(&self, other: &DescriptionFrom) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DescriptionFrom
impl Eq for DescriptionFrom
impl StructuralEq for DescriptionFrom
impl StructuralPartialEq for DescriptionFrom
Auto Trait Implementations§
impl RefUnwindSafe for DescriptionFrom
impl Send for DescriptionFrom
impl Sync for DescriptionFrom
impl Unpin for DescriptionFrom
impl UnwindSafe for DescriptionFrom
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