Struct theme2::DiagnosticColors
source · pub struct DiagnosticColors {
pub error: Hsla,
pub warning: Hsla,
pub info: Hsla,
}
Fields§
§error: Hsla
§warning: Hsla
§info: Hsla
Auto Trait Implementations§
impl RefUnwindSafe for DiagnosticColors
impl Send for DiagnosticColors
impl Sync for DiagnosticColors
impl Unpin for DiagnosticColors
impl UnwindSafe for DiagnosticColors
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