Struct gitu::config::StyleConfig
source · pub struct StyleConfig {Show 16 fields
pub section_header: StyleConfigEntry,
pub file_header: StyleConfigEntry,
pub hunk_header: StyleConfigEntry,
pub line_added: StyleConfigEntry,
pub line_removed: StyleConfigEntry,
pub line_highlight: LineHighlightConfig,
pub cursor: StyleConfigEntry,
pub selection_line: StyleConfigEntry,
pub selection_bar: StyleConfigEntry,
pub selection_area: StyleConfigEntry,
pub hash: StyleConfigEntry,
pub branch: StyleConfigEntry,
pub remote: StyleConfigEntry,
pub tag: StyleConfigEntry,
pub command: StyleConfigEntry,
pub hotkey: StyleConfigEntry,
}
Fields§
§section_header: StyleConfigEntry
§file_header: StyleConfigEntry
§hunk_header: StyleConfigEntry
§line_added: StyleConfigEntry
§line_removed: StyleConfigEntry
§line_highlight: LineHighlightConfig
§cursor: StyleConfigEntry
§selection_line: StyleConfigEntry
§selection_bar: StyleConfigEntry
§selection_area: StyleConfigEntry
§hash: StyleConfigEntry
§branch: StyleConfigEntry
§remote: StyleConfigEntry
§tag: StyleConfigEntry
§command: StyleConfigEntry
§hotkey: StyleConfigEntry
Trait Implementations§
source§impl Debug for StyleConfig
impl Debug for StyleConfig
source§impl Default for StyleConfig
impl Default for StyleConfig
source§fn default() -> StyleConfig
fn default() -> StyleConfig
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for StyleConfig
impl<'de> Deserialize<'de> for StyleConfig
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
Auto Trait Implementations§
impl Freeze for StyleConfig
impl RefUnwindSafe for StyleConfig
impl Send for StyleConfig
impl Sync for StyleConfig
impl Unpin for StyleConfig
impl UnwindSafe for StyleConfig
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