pub struct ThemeOverrideWarning {
pub code: String,
pub theme_id: String,
pub message: String,
}Expand description
A non-fatal usability concern found in one configured palette.
Fields§
§code: String§theme_id: String§message: StringTrait Implementations§
Source§impl Clone for ThemeOverrideWarning
impl Clone for ThemeOverrideWarning
Source§fn clone(&self) -> ThemeOverrideWarning
fn clone(&self) -> ThemeOverrideWarning
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ThemeOverrideWarning
impl Debug for ThemeOverrideWarning
impl Eq for ThemeOverrideWarning
Source§impl PartialEq for ThemeOverrideWarning
impl PartialEq for ThemeOverrideWarning
impl StructuralPartialEq for ThemeOverrideWarning
Auto Trait Implementations§
impl Freeze for ThemeOverrideWarning
impl RefUnwindSafe for ThemeOverrideWarning
impl Send for ThemeOverrideWarning
impl Sync for ThemeOverrideWarning
impl Unpin for ThemeOverrideWarning
impl UnsafeUnpin for ThemeOverrideWarning
impl UnwindSafe for ThemeOverrideWarning
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