Struct theme2::DiagnosticStyle
source · pub struct DiagnosticStyle {
pub error: Hsla,
pub warning: Hsla,
pub info: Hsla,
pub hint: Hsla,
pub ignored: Hsla,
}
Fields§
§error: Hsla
§warning: Hsla
§info: Hsla
§hint: Hsla
§ignored: Hsla
Trait Implementations§
source§impl Clone for DiagnosticStyle
impl Clone for DiagnosticStyle
source§fn clone(&self) -> DiagnosticStyle
fn clone(&self) -> DiagnosticStyle
Returns a copy 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 DiagnosticStyle
impl Debug for DiagnosticStyle
source§impl Default for DiagnosticStyle
impl Default for DiagnosticStyle
source§fn default() -> DiagnosticStyle
fn default() -> DiagnosticStyle
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for DiagnosticStyle
impl Send for DiagnosticStyle
impl Sync for DiagnosticStyle
impl Unpin for DiagnosticStyle
impl UnwindSafe for DiagnosticStyle
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