Struct git_cliff_core::config::ChangelogConfig [−][src]
pub struct ChangelogConfig {
pub header: Option<String>,
pub body: String,
pub footer: Option<String>,
pub trim: Option<bool>,
}
Expand description
Changelog configuration.
Fields
header: Option<String>
Changelog header.
body: String
Changelog body, template.
Changelog footer.
trim: Option<bool>
Trim the template.
Trait Implementations
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 RefUnwindSafe for ChangelogConfig
impl Send for ChangelogConfig
impl Sync for ChangelogConfig
impl Unpin for ChangelogConfig
impl UnwindSafe for ChangelogConfig
Blanket Implementations
Mutably borrows from an owned value. Read more