Struct theme2::GitStatusColors
source · pub struct GitStatusColors {
pub created: Hsla,
pub deleted: Hsla,
pub modified: Hsla,
pub renamed: Hsla,
pub conflict: Hsla,
pub ignored: Hsla,
}
Fields§
§created: Hsla
§deleted: Hsla
§modified: Hsla
§renamed: Hsla
§conflict: Hsla
§ignored: Hsla
Auto Trait Implementations§
impl RefUnwindSafe for GitStatusColors
impl Send for GitStatusColors
impl Sync for GitStatusColors
impl Unpin for GitStatusColors
impl UnwindSafe for GitStatusColors
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