pub enum Base16Accent {
Accent00,
Accent01,
Accent02,
Accent03,
Accent04,
Accent05,
Accent06,
Accent07,
}Expand description
Every Base16 color palette contains 8 “accents”.
Variants§
Trait Implementations§
Source§impl Clone for Base16Accent
impl Clone for Base16Accent
Source§fn clone(&self) -> Base16Accent
fn clone(&self) -> Base16Accent
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 Base16Accent
impl Debug for Base16Accent
Source§impl PartialEq for Base16Accent
impl PartialEq for Base16Accent
impl Copy for Base16Accent
impl Eq for Base16Accent
impl StructuralPartialEq for Base16Accent
Auto Trait Implementations§
impl Freeze for Base16Accent
impl RefUnwindSafe for Base16Accent
impl Send for Base16Accent
impl Sync for Base16Accent
impl Unpin for Base16Accent
impl UnwindSafe for Base16Accent
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