pub struct Theme {
pub colors: [String; 4],
}Fields§
§colors: [String; 4]Implementations§
Source§impl Theme
impl Theme
pub const CHARS: [char; 10]
pub fn ash() -> Self
pub fn aurora() -> Self
pub fn blue() -> Self
pub fn classic() -> Self
pub fn copper() -> Self
pub fn crimson() -> Self
pub fn dusk() -> Self
pub fn ember() -> Self
pub fn emerald() -> Self
pub fn forest() -> Self
pub fn frost() -> Self
pub fn ghost() -> Self
pub fn gold() -> Self
pub fn ice() -> Self
pub fn magma() -> Self
pub fn nebula() -> Self
pub fn pink() -> Self
pub fn plasma() -> Self
pub fn sakura() -> Self
pub fn solar() -> Self
pub fn std() -> Self
pub fn sulfur() -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Theme
impl RefUnwindSafe for Theme
impl Send for Theme
impl Sync for Theme
impl Unpin for Theme
impl UnsafeUnpin for Theme
impl UnwindSafe for Theme
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