Module gix::config::tree::keys

source ·
Expand description

Generic value implementations for static instantiation.

Modules

  • various implementations of the Validate trait.

Structs

  • Implements a value without any constraints, i.e. a any value.

Traits

  • Provide a way to validate a value, or decode a value from git-config.

Type Aliases

  • A key that represents a boolean value.
  • Keys specifying durations in milliseconds.
  • A key that represents an executable program as identified by name or path.
  • A key that represents a RefSpec for fetching.
  • The core.(filesRefLockTimeout|packedRefsTimeout) keys, or any other lock timeout for that matter.
  • A key that represents a path (to a resource).
  • A key that represents an executable program, shell script or shell commands.
  • A key that represents a RefSpec for pushing.
  • A key that represents a remote name, either as url or symbolic name.
  • A key that represents a UTF-8 string.
  • A key which represents a date.
  • A key which represents any unsigned integer.
  • A key that represents a URL.