pub enum WCAG2Size {
Small,
Large,
}Expand description
WCAG2 sizes
Variants§
Trait Implementations§
impl Copy for WCAG2Size
impl StructuralPartialEq for WCAG2Size
Auto Trait Implementations§
impl Freeze for WCAG2Size
impl RefUnwindSafe for WCAG2Size
impl Send for WCAG2Size
impl Sync for WCAG2Size
impl Unpin for WCAG2Size
impl UnwindSafe for WCAG2Size
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