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