Enum aria_query::AriaLandmarkRole
source · pub enum AriaLandmarkRole {
Banner,
Complementary,
Contentinfo,
Form,
Main,
Navigation,
Region,
Search,
}
Variants§
Trait Implementations§
source§impl Clone for AriaLandmarkRole
impl Clone for AriaLandmarkRole
source§fn clone(&self) -> AriaLandmarkRole
fn clone(&self) -> AriaLandmarkRole
Returns a copy 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 AriaLandmarkRole
impl Debug for AriaLandmarkRole
source§impl Hash for AriaLandmarkRole
impl Hash for AriaLandmarkRole
source§impl PartialEq for AriaLandmarkRole
impl PartialEq for AriaLandmarkRole
impl Copy for AriaLandmarkRole
impl Eq for AriaLandmarkRole
impl StructuralPartialEq for AriaLandmarkRole
Auto Trait Implementations§
impl Freeze for AriaLandmarkRole
impl RefUnwindSafe for AriaLandmarkRole
impl Send for AriaLandmarkRole
impl Sync for AriaLandmarkRole
impl Unpin for AriaLandmarkRole
impl UnwindSafe for AriaLandmarkRole
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)