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.

Gets the value of this entry as a byte slice.

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

Trait Implementations

Executes the destructor for this type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.