Struct gitu::config::DiffHighlightConfig
source · pub struct DiffHighlightConfig {
pub tag_old: StyleConfigEntry,
pub tag_new: StyleConfigEntry,
pub unchanged_old: StyleConfigEntry,
pub unchanged_new: StyleConfigEntry,
pub changed_old: StyleConfigEntry,
pub changed_new: StyleConfigEntry,
}Fields§
§tag_old: StyleConfigEntry§tag_new: StyleConfigEntry§unchanged_old: StyleConfigEntry§unchanged_new: StyleConfigEntry§changed_old: StyleConfigEntry§changed_new: StyleConfigEntryTrait Implementations§
source§impl Debug for DiffHighlightConfig
impl Debug for DiffHighlightConfig
source§impl Default for DiffHighlightConfig
impl Default for DiffHighlightConfig
source§fn default() -> DiffHighlightConfig
fn default() -> DiffHighlightConfig
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for DiffHighlightConfig
impl<'de> Deserialize<'de> for DiffHighlightConfig
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 DiffHighlightConfig
impl RefUnwindSafe for DiffHighlightConfig
impl Send for DiffHighlightConfig
impl Sync for DiffHighlightConfig
impl Unpin for DiffHighlightConfig
impl UnwindSafe for DiffHighlightConfig
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