pub struct ThemeOverrides {Show 18 fields
pub success: Option<String>,
pub warning: Option<String>,
pub error: Option<String>,
pub info: Option<String>,
pub muted: Option<String>,
pub header: Option<String>,
pub subheader: Option<String>,
pub key: Option<String>,
pub value: Option<String>,
pub diff_add: Option<String>,
pub diff_remove: Option<String>,
pub diff_context: Option<String>,
pub icon_success: Option<String>,
pub icon_warning: Option<String>,
pub icon_error: Option<String>,
pub icon_info: Option<String>,
pub icon_pending: Option<String>,
pub icon_arrow: Option<String>,
}Fields§
§success: Option<String>§warning: Option<String>§error: Option<String>§info: Option<String>§muted: Option<String>§header: Option<String>§subheader: Option<String>§key: Option<String>§value: Option<String>§diff_add: Option<String>§diff_remove: Option<String>§diff_context: Option<String>§icon_success: Option<String>§icon_warning: Option<String>§icon_error: Option<String>§icon_info: Option<String>§icon_pending: Option<String>§icon_arrow: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for ThemeOverrides
impl Clone for ThemeOverrides
Source§fn clone(&self) -> ThemeOverrides
fn clone(&self) -> ThemeOverrides
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ThemeOverrides
impl Debug for ThemeOverrides
Source§impl Default for ThemeOverrides
impl Default for ThemeOverrides
Source§fn default() -> ThemeOverrides
fn default() -> ThemeOverrides
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ThemeOverrides
impl<'de> Deserialize<'de> for ThemeOverrides
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 ThemeOverrides
impl RefUnwindSafe for ThemeOverrides
impl Send for ThemeOverrides
impl Sync for ThemeOverrides
impl Unpin for ThemeOverrides
impl UnsafeUnpin for ThemeOverrides
impl UnwindSafe for ThemeOverrides
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