pub struct ThemeConfig {
pub separator: (u8, u8, u8),
pub cwd: SectionColors,
pub git: SectionColors,
pub model: SectionColors,
pub context: SectionColors,
pub quota_5h: SectionColors,
pub quota_7d: SectionColors,
pub cost: SectionColors,
}Fields§
§separator: (u8, u8, u8)§cwd: SectionColors§git: SectionColors§model: SectionColors§context: SectionColors§quota_5h: SectionColors§quota_7d: SectionColors§cost: SectionColorsTrait Implementations§
Source§impl Debug for ThemeConfig
impl Debug for ThemeConfig
Source§impl Default for ThemeConfig
impl Default for ThemeConfig
Source§impl<'de> Deserialize<'de> for ThemeConfig
impl<'de> Deserialize<'de> for ThemeConfig
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ThemeConfig
impl RefUnwindSafe for ThemeConfig
impl Send for ThemeConfig
impl Sync for ThemeConfig
impl Unpin for ThemeConfig
impl UnwindSafe for ThemeConfig
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