pub enum A11yAction {
Click,
Focus,
Expand,
Collapse,
ScrollUp,
ScrollDown,
}Expand description
Actions that can be performed on an accessible element.
Variants§
Click
Activate (click/press).
Focus
Set keyboard focus.
Expand
Expand a collapsed node.
Collapse
Collapse an expanded node.
ScrollUp
Scroll content upward.
ScrollDown
Scroll content downward.
Trait Implementations§
Source§impl Clone for A11yAction
impl Clone for A11yAction
Source§fn clone(&self) -> A11yAction
fn clone(&self) -> A11yAction
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for A11yAction
impl Debug for A11yAction
Source§impl PartialEq for A11yAction
impl PartialEq for A11yAction
impl Copy for A11yAction
impl Eq for A11yAction
impl StructuralPartialEq for A11yAction
Auto Trait Implementations§
impl Freeze for A11yAction
impl RefUnwindSafe for A11yAction
impl Send for A11yAction
impl Sync for A11yAction
impl Unpin for A11yAction
impl UnwindSafe for A11yAction
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)