Struct theme2::StatusColorsRefinement
source · pub struct StatusColorsRefinement {Show 14 fields
pub conflict: Option<Hsla>,
pub created: Option<Hsla>,
pub deleted: Option<Hsla>,
pub error: Option<Hsla>,
pub hidden: Option<Hsla>,
pub hint: Option<Hsla>,
pub ignored: Option<Hsla>,
pub info: Option<Hsla>,
pub modified: Option<Hsla>,
pub predictive: Option<Hsla>,
pub renamed: Option<Hsla>,
pub success: Option<Hsla>,
pub unreachable: Option<Hsla>,
pub warning: Option<Hsla>,
}
Fields§
§conflict: Option<Hsla>
§created: Option<Hsla>
§deleted: Option<Hsla>
§error: Option<Hsla>
§hint: Option<Hsla>
§ignored: Option<Hsla>
§info: Option<Hsla>
§modified: Option<Hsla>
§predictive: Option<Hsla>
§renamed: Option<Hsla>
§success: Option<Hsla>
§unreachable: Option<Hsla>
§warning: Option<Hsla>
Implementations§
Trait Implementations§
source§impl Clone for StatusColorsRefinement
impl Clone for StatusColorsRefinement
source§fn clone(&self) -> StatusColorsRefinement
fn clone(&self) -> StatusColorsRefinement
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<'de> Deserialize<'de> for StatusColorsRefinement
impl<'de> Deserialize<'de> for StatusColorsRefinement
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
source§impl From<StatusColorsRefinement> for StatusColorswhere
Option<Hsla>: Clone,
impl From<StatusColorsRefinement> for StatusColorswhere Option<Hsla>: Clone,
source§fn from(value: StatusColorsRefinement) -> Self
fn from(value: StatusColorsRefinement) -> Self
Converts to this type from the input type.
source§impl Refineable for StatusColorsRefinementwhere
Option<Hsla>: Clone,
impl Refineable for StatusColorsRefinementwhere Option<Hsla>: Clone,
type Refinement = StatusColorsRefinement
fn refine(&mut self, refinement: &Self::Refinement)
fn refined(self, refinement: Self::Refinement) -> Self
fn from_cascade(cascade: &Cascade<Self>) -> Selfwhere Self: Default + Sized,
Auto Trait Implementations§
impl RefUnwindSafe for StatusColorsRefinement
impl Send for StatusColorsRefinement
impl Sync for StatusColorsRefinement
impl Unpin for StatusColorsRefinement
impl UnwindSafe for StatusColorsRefinement
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