Enum gitoxide_core::net::Protocol
source · pub enum Protocol {
V1,
V2,
}
Variants
V1
V2
Trait Implementations
sourceimpl From<Protocol> for Protocol
Available on crate features blocking-client
or async-client
only.
impl From<Protocol> for Protocol
Available on crate features
blocking-client
or async-client
only.impl Eq for Protocol
impl StructuralEq for Protocol
impl StructuralPartialEq for Protocol
Auto Trait Implementations
impl RefUnwindSafe for Protocol
impl Send for Protocol
impl Sync for Protocol
impl Unpin for Protocol
impl UnwindSafe for Protocol
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more