Enum git2::FetchPrune
source · [−]pub enum FetchPrune {
Unspecified,
On,
Off,
}
Expand description
Configuration for how pruning is done on a fetch
Variants
Unspecified
Use the setting from the configuration
On
Force pruning on
Off
Force pruning off
Auto Trait Implementations
impl RefUnwindSafe for FetchPrune
impl Send for FetchPrune
impl Sync for FetchPrune
impl Unpin for FetchPrune
impl UnwindSafe for FetchPrune
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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