Struct git_repository::config::tree::Extensions
source · pub struct Extensions;
Expand description
The extension
top-level section.
Implementations§
source§impl Extensions
impl Extensions
sourcepub const WORKTREE_CONFIG: Boolean = _
pub const WORKTREE_CONFIG: Boolean = _
The extensions.worktreeConfig
key.
sourcepub const OBJECT_FORMAT: ObjectFormat = _
pub const OBJECT_FORMAT: ObjectFormat = _
The extensions.objectFormat
key.
Trait Implementations§
source§impl Clone for Extensions
impl Clone for Extensions
source§fn clone(&self) -> Extensions
fn clone(&self) -> Extensions
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for Extensions
impl Default for Extensions
source§fn default() -> Extensions
fn default() -> Extensions
Returns the “default value” for a type. Read more