Enum libgit2_sys::git_clone_local_t [] [src]

pub enum git_clone_local_t {
    GIT_CLONE_LOCAL_AUTO,
    GIT_CLONE_LOCAL,
    GIT_CLONE_NO_LOCAL,
    GIT_CLONE_LOCAL_NO_LINKS,
}

Variants

GIT_CLONE_LOCAL_AUTO
GIT_CLONE_LOCAL
GIT_CLONE_NO_LOCAL

Trait Implementations

Derived Implementations

impl Clone for git_clone_local_t

fn clone(&self) -> git_clone_local_t

fn clone_from(&mut self, source: &Self)

impl Copy for git_clone_local_t