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
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)