Struct git_cliff_core::config::Config [−][src]
pub struct Config {
pub changelog: ChangelogConfig,
pub git: GitConfig,
}
Expand description
Configuration values.
Fields
changelog: ChangelogConfig
Configuration values about changelog generation.
git: GitConfig
Configuration values about git.
Implementations
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 Config
impl UnwindSafe for Config
Blanket Implementations
Mutably borrows from an owned value. Read more