Enum git_transport::client::git::ConnectMode
source · pub enum ConnectMode {
Daemon,
Process,
}
Available on crate features
blocking-client
or async-client
only.Expand description
The way to connect to a process speaking the git
protocol.
Variants§
Trait Implementations§
source§impl Clone for ConnectMode
impl Clone for ConnectMode
source§fn clone(&self) -> ConnectMode
fn clone(&self) -> ConnectMode
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<ConnectMode> for ConnectMode
impl PartialEq<ConnectMode> for ConnectMode
source§fn eq(&self, other: &ConnectMode) -> bool
fn eq(&self, other: &ConnectMode) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.