pub struct Colors;Implementations§
Source§impl Colors
impl Colors
pub const PRIMARY: &'static str = "#8b5cf6"
pub const SECONDARY: &'static str = "#06b6d4"
pub const SUCCESS: &'static str = "#10b981"
pub const WARNING: &'static str = "#f59e0b"
pub const ERROR: &'static str = "#ef4444"
pub const MUTED: &'static str = "#6b7280"
pub const ACCENT: &'static str = "#a855f7"
Auto Trait Implementations§
impl Freeze for Colors
impl RefUnwindSafe for Colors
impl Send for Colors
impl Sync for Colors
impl Unpin for Colors
impl UnsafeUnpin for Colors
impl UnwindSafe for Colors
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