pub enum WCAG2Level {
AA,
AAA,
}Expand description
WCAG2 levels
Variants§
Trait Implementations§
Source§impl Clone for WCAG2Level
impl Clone for WCAG2Level
Source§fn clone(&self) -> WCAG2Level
fn clone(&self) -> WCAG2Level
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 WCAG2Level
impl Debug for WCAG2Level
Source§impl PartialEq for WCAG2Level
impl PartialEq for WCAG2Level
impl Copy for WCAG2Level
impl StructuralPartialEq for WCAG2Level
Auto Trait Implementations§
impl Freeze for WCAG2Level
impl RefUnwindSafe for WCAG2Level
impl Send for WCAG2Level
impl Sync for WCAG2Level
impl Unpin for WCAG2Level
impl UnwindSafe for WCAG2Level
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