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