Enum git2::FetchPrune[][src]

pub enum FetchPrune {
    Unspecified,
    On,
    Off,
}

Configuration for how pruning is done on a fetch

Variants

Use the setting from the configuration

Force pruning on

Force pruning off

Auto Trait Implementations

impl Send for FetchPrune

impl Sync for FetchPrune