Enum git2::transport::Service  [−][src]
pub enum Service {
    UploadPackLs,
    UploadPack,
    ReceivePackLs,
    ReceivePack,
}Expand description
Actions that a smart transport can ask a subtransport to perform
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Service
impl UnwindSafe for Service
Blanket Implementations
Mutably borrows from an owned value. Read more