Module gitconfig::map [] [src]

Structs

Map

Represents a git config key/value type.

OccupiedEntry

An occupied Entry. It is part of the Entry enum.

VacantEntry

A vacant Entry. It is part of the Entry enum.

Enums

Entry

A view into a single entry in a map, which may either be vacant or occupied. This enum is constructed from the entry method on Map.