pub struct CatppuccinColors;Implementations§
Source§impl CatppuccinColors
impl CatppuccinColors
pub const BASE: Color
pub const MANTLE: Color
pub const SURFACE0: Color
pub const SURFACE1: Color
pub const SURFACE2: Color
pub const TEXT: Color
pub const SUBTEXT1: Color
pub const SUBTEXT0: Color
pub const OVERLAY2: Color
pub const OVERLAY1: Color
pub const OVERLAY0: Color
pub const LAVENDER: Color
pub const BLUE: Color
pub const SAPPHIRE: Color
pub const SKY: Color
pub const TEAL: Color
pub const GREEN: Color
pub const YELLOW: Color
pub const PEACH: Color
pub const MAROON: Color
pub const RED: Color
pub const MAUVE: Color
pub const PINK: Color
pub const FLAMINGO: Color
pub const ROSEWATER: Color
Auto Trait Implementations§
impl Freeze for CatppuccinColors
impl RefUnwindSafe for CatppuccinColors
impl Send for CatppuccinColors
impl Sync for CatppuccinColors
impl Unpin for CatppuccinColors
impl UnsafeUnpin for CatppuccinColors
impl UnwindSafe for CatppuccinColors
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
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more