pub enum AriaProperty {
Show 51 variants
AriaActivedescendant,
AriaAtomic,
AriaAutocomplete,
AriaBraillelabel,
AriaBrailleroledescription,
AriaBusy,
AriaChecked,
AriaColcount,
AriaColindex,
AriaColspan,
AriaControls,
AriaCurrent,
AriaDescribedby,
AriaDescription,
AriaDetails,
AriaDisabled,
AriaDropeffect,
AriaErrormessage,
AriaExpanded,
AriaFlowto,
AriaGrabbed,
AriaHaspopup,
AriaHidden,
AriaInvalid,
AriaKeyshortcuts,
AriaLabel,
AriaLabelledby,
AriaLevel,
AriaLive,
AriaModal,
AriaMultiline,
AriaMultiselectable,
AriaOrientation,
AriaOwns,
AriaPlaceholder,
AriaPosinset,
AriaPressed,
AriaReadonly,
AriaRelevant,
AriaRequired,
AriaRoledescription,
AriaRowcount,
AriaRowindex,
AriaRowspan,
AriaSelected,
AriaSetsize,
AriaSort,
AriaValuemax,
AriaValuemin,
AriaValuenow,
AriaValuetext,
}
Variants§
AriaActivedescendant
AriaAtomic
AriaAutocomplete
AriaBraillelabel
AriaBrailleroledescription
AriaBusy
AriaChecked
AriaColcount
AriaColindex
AriaColspan
AriaControls
AriaCurrent
AriaDescribedby
AriaDescription
AriaDetails
AriaDisabled
AriaDropeffect
AriaErrormessage
AriaExpanded
AriaFlowto
AriaGrabbed
AriaHaspopup
AriaHidden
AriaInvalid
AriaKeyshortcuts
AriaLabel
AriaLabelledby
AriaLevel
AriaLive
AriaModal
AriaMultiline
AriaMultiselectable
AriaOrientation
AriaOwns
AriaPlaceholder
AriaPosinset
AriaPressed
AriaReadonly
AriaRelevant
AriaRequired
AriaRoledescription
AriaRowcount
AriaRowindex
AriaRowspan
AriaSelected
AriaSetsize
AriaSort
AriaValuemax
AriaValuemin
AriaValuenow
AriaValuetext
Trait Implementations§
Source§impl Clone for AriaProperty
impl Clone for AriaProperty
Source§fn clone(&self) -> AriaProperty
fn clone(&self) -> AriaProperty
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 AriaProperty
impl Debug for AriaProperty
Source§impl Display for AriaProperty
impl Display for AriaProperty
Source§impl FromStr for AriaProperty
impl FromStr for AriaProperty
Source§impl Hash for AriaProperty
impl Hash for AriaProperty
Source§impl PartialEq for AriaProperty
impl PartialEq for AriaProperty
impl Copy for AriaProperty
impl Eq for AriaProperty
impl StructuralPartialEq for AriaProperty
Auto Trait Implementations§
impl Freeze for AriaProperty
impl RefUnwindSafe for AriaProperty
impl Send for AriaProperty
impl Sync for AriaProperty
impl Unpin for AriaProperty
impl UnwindSafe for AriaProperty
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.