pub struct Palette99;
Expand description
Definitions of palettes of accessibility The palette of 99% accessibility
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Palette99
impl RefUnwindSafe for Palette99
impl Send for Palette99
impl Sync for Palette99
impl Unpin for Palette99
impl UnwindSafe for Palette99
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