Struct git_repository::config::Tree
source · pub struct Tree;
Expand description
The root of the configuration tree, suitable to discover all sub-sections at runtime or compile time.
Implementations§
source§impl Tree
impl Tree
sourcepub const CREDENTIAL: Credential = sections::Credential
pub const CREDENTIAL: Credential = sections::Credential
The credential
section.
sourcepub const EXTENSIONS: Extensions = sections::Extensions
pub const EXTENSIONS: Extensions = sections::Extensions
The extensions
section.