pub struct Objects;
Expand description
The objects
sub-section.
Implementations§
source§impl Objects
impl Objects
sourcepub const CACHE_LIMIT: UnsignedInteger = _
pub const CACHE_LIMIT: UnsignedInteger = _
The gitoxide.objects.cacheLimit
key.
sourcepub const NO_REPLACE: Boolean = _
pub const NO_REPLACE: Boolean = _
The gitoxide.objects.noReplace
key.
sourcepub const REPLACE_REF_BASE: Any = _
pub const REPLACE_REF_BASE: Any = _
The gitoxide.objects.replaceRefBase
key.
Trait Implementations§
source§impl Section for Objects
impl Section for Objects
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.