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