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 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 AriaLandmarkRole
impl Debug for AriaLandmarkRole
Source§impl Display for AriaLandmarkRole
impl Display for AriaLandmarkRole
Source§impl FromStr for AriaLandmarkRole
impl FromStr 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§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.