Enum git_transport::client::git::ConnectMode [−][src]
pub enum ConnectMode {
Daemon,
Process,
}
Expand description
The way to connect to a process speaking the git
protocol.
Variants
A git daemon.
A spawned git
process to upload a pack to the client.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ConnectMode
impl Send for ConnectMode
impl Sync for ConnectMode
impl Unpin for ConnectMode
impl UnwindSafe for ConnectMode
Blanket Implementations
Mutably borrows from an owned value. Read more