Enum gix_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 for ConnectMode
impl PartialEq 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 ==
.impl Copy for ConnectMode
impl Eq for ConnectMode
impl StructuralPartialEq for ConnectMode
Auto Trait Implementations§
impl Freeze for ConnectMode
impl RefUnwindSafe for ConnectMode
impl Send for ConnectMode
impl Sync for ConnectMode
impl Unpin for ConnectMode
impl UnwindSafe for ConnectMode
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more