Enum git2::transport::Service[][src]

pub enum Service {
    UploadPackLs,
    UploadPack,
    ReceivePackLs,
    ReceivePack,
}

Actions that a smart transport can ask a subtransport to perform

Variants

Trait Implementations

impl Copy for Service
[src]

impl Clone for Service
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Service

impl Sync for Service