Enum libgit2_sys::git_repository_init_mode_t [] [src]

pub enum git_repository_init_mode_t {
    GIT_REPOSITORY_INIT_SHARED_UMASK,
    GIT_REPOSITORY_INIT_SHARED_GROUP,
    GIT_REPOSITORY_INIT_SHARED_ALL,
}

Variants

GIT_REPOSITORY_INIT_SHARED_UMASK
GIT_REPOSITORY_INIT_SHARED_GROUP
GIT_REPOSITORY_INIT_SHARED_ALL

Trait Implementations

Derived Implementations

impl Clone for git_repository_init_mode_t

fn clone(&self) -> git_repository_init_mode_t

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

impl Copy for git_repository_init_mode_t