pub struct Committer;
Expand description
The committer
sub-section.
Implementations§
source§impl Committer
impl Committer
sourcepub const NAME_FALLBACK: Any = _
pub const NAME_FALLBACK: Any = _
The gitoxide.committer.nameFallback
key.
sourcepub const EMAIL_FALLBACK: Any = _
pub const EMAIL_FALLBACK: Any = _
The gitoxide.committer.emailFallback
key.
Trait Implementations§
source§impl Section for Committer
impl Section for Committer
source§fn keys(&self) -> &[&dyn Key]
fn keys(&self) -> &[&dyn Key]
The keys directly underneath it for carrying configuration values.
source§fn parent(&self) -> Option<&dyn Section>
fn parent(&self) -> Option<&dyn Section>
The parent section if this is a statically known sub-section.
source§fn sub_sections(&self) -> &[&dyn Section]
fn sub_sections(&self) -> &[&dyn Section]
The list of sub-section names, which may be empty if there are no statically known sub-sections.