pub enum ListType {
Buttons,
Links,
Inputs,
Headings,
Images,
Text,
All,
Clickable,
}Expand description
Type of elements to list.
Variants§
Buttons
Links
Inputs
Headings
Images
Text
All
Clickable
Clickable elements only (buttons, links, inputs, tabs, combobox). Excludes elements with [disabled] attribute.
Trait Implementations§
impl Copy for ListType
impl Eq for ListType
impl StructuralPartialEq for ListType
Auto Trait Implementations§
impl Freeze for ListType
impl RefUnwindSafe for ListType
impl Send for ListType
impl Sync for ListType
impl Unpin for ListType
impl UnsafeUnpin for ListType
impl UnwindSafe for ListType
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