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