pub enum AxPropertyName {
Show 58 variants
Actions,
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,
Url,
ActiveFullscreenElement,
ActiveModalDialog,
ActiveAriaModalDialog,
AriaHiddenElement,
AriaHiddenSubtree,
EmptyAlt,
EmptyText,
InertElement,
InertSubtree,
LabelContainer,
LabelFor,
NotRendered,
NotVisible,
PresentationalRole,
ProbablyPresentational,
InactiveCarouselTabContent,
Uninteresting,
}Variants§
Actions
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
Url
ActiveFullscreenElement
ActiveModalDialog
ActiveAriaModalDialog
AriaHiddenElement
AriaHiddenSubtree
EmptyAlt
EmptyText
InertElement
InertSubtree
LabelContainer
LabelFor
NotRendered
NotVisible
PresentationalRole
ProbablyPresentational
InactiveCarouselTabContent
Uninteresting
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
Source§impl PartialEq for AxPropertyName
impl PartialEq for AxPropertyName
Source§impl Serialize for AxPropertyName
impl Serialize for AxPropertyName
impl StructuralPartialEq for AxPropertyName
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