pub struct Secondary {
pub base: Pair,
pub weak: Pair,
pub strong: Pair,
}
Expand description
A set of secondary colors.
Fields§
§base: Pair
The base secondary color.
weak: Pair
A weaker version of the base secondary color.
strong: Pair
A stronger version of the base secondary color.
Implementations§
Trait Implementations§
impl Copy for Secondary
impl StructuralPartialEq for Secondary
Auto Trait Implementations§
impl Freeze for Secondary
impl RefUnwindSafe for Secondary
impl Send for Secondary
impl Sync for Secondary
impl Unpin for Secondary
impl UnwindSafe for Secondary
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