Module git_repository::remote
source · Expand description
Modules
connect
async-network-client
or blocking-network-client
ref_map
async-network-client
or blocking-network-client
Structs
Connection
async-network-client
or blocking-network-client
A type to represent an ongoing connection to a remote host, typically with the connection already established.
Enums
The direction of an operation carried out (or to be carried out) through a remote.
The name of a remote, either interpreted as symbol like
origin
or as url as returned by Remote::name()
.Type Definitions
AuthenticateFn
async-network-client
or blocking-network-client
A function that performs a given credential action, trying to obtain credentials for an operation that needs it.