Struct git2::ConfigEntry [−][src]
pub struct ConfigEntry<'cfg> { /* fields omitted */ }Expand description
A struct representing a certain entry owned by a Config instance.
An entry has a name, a value, and a level it applies to.
Implementations
Gets the name of this entry.
May return None if the name is not valid utf-8
Gets the name of this entry as a byte slice.
Gets the value of this entry.
May return None if the value is not valid utf-8
Panics
Panics when no value is defined.
Returns true when a value is defined otherwise false.
No value defined is a short-hand to represent a Boolean true.
Gets the configuration level of this entry.
Depth of includes where this variable was found