pub enum AxPropertyName {
Show 39 variants
Busy,
Disabled,
Editable,
Focusable,
Focused,
Hidden,
HiddenRoot,
Invalid,
Keyshortcuts,
Settable,
Roledescription,
Live,
Atomic,
Relevant,
Root,
Autocomplete,
HasPopup,
Level,
Multiselectable,
Orientation,
Multiline,
Readonly,
Required,
Valuemin,
Valuemax,
Valuetext,
Checked,
Expanded,
Modal,
Pressed,
Selected,
Activedescendant,
Controls,
Describedby,
Details,
Errormessage,
Flowto,
Labelledby,
Owns,
}Available on crate features
experimental and Accessibility and DOM only.Variants§
Busy
busy
Disabled
disabled
Editable
editable
Focusable
focusable
Focused
focused
Hidden
hidden
HiddenRoot
hiddenRoot
Invalid
invalid
Keyshortcuts
keyshortcuts
Settable
settable
Roledescription
roledescription
Live
live
Atomic
atomic
Relevant
relevant
Root
root
Autocomplete
autocomplete
HasPopup
hasPopup
Level
level
Multiselectable
multiselectable
Orientation
orientation
Multiline
multiline
Readonly
readonly
Required
required
Valuemin
valuemin
Valuemax
valuemax
Valuetext
valuetext
Checked
checked
Expanded
expanded
Modal
modal
Pressed
pressed
Selected
selected
Activedescendant
activedescendant
Controls
controls
Describedby
describedby
Details
details
Errormessage
errormessage
Flowto
flowto
Labelledby
labelledby
Owns
owns
Trait Implementations§
Source§impl Clone for AxPropertyName
impl Clone for AxPropertyName
Source§fn clone(&self) -> AxPropertyName
fn clone(&self) -> AxPropertyName
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 AxPropertyName
impl Debug for AxPropertyName
Source§impl<'de> Deserialize<'de> for AxPropertyName
impl<'de> Deserialize<'de> for AxPropertyName
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for AxPropertyName
impl RefUnwindSafe for AxPropertyName
impl Send for AxPropertyName
impl Sync for AxPropertyName
impl Unpin for AxPropertyName
impl UnwindSafe for AxPropertyName
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