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