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.
impl Copy for Objects
Auto Trait Implementations§
impl Freeze for Objects
impl RefUnwindSafe for Objects
impl Send for Objects
impl Sync for Objects
impl Unpin for Objects
impl UnwindSafe for Objects
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