Enum libgit2_sys::git_repository_init_flag_t [] [src]

pub enum git_repository_init_flag_t {
    GIT_REPOSITORY_INIT_BARE,
    GIT_REPOSITORY_INIT_NO_REINIT,
    GIT_REPOSITORY_INIT_NO_DOTGIT_DIR,
    GIT_REPOSITORY_INIT_MKDIR,
    GIT_REPOSITORY_INIT_MKPATH,
    GIT_REPOSITORY_INIT_EXTERNAL_TEMPLATE,
}

Variants

GIT_REPOSITORY_INIT_BARE
GIT_REPOSITORY_INIT_NO_REINIT
GIT_REPOSITORY_INIT_NO_DOTGIT_DIR
GIT_REPOSITORY_INIT_MKDIR
GIT_REPOSITORY_INIT_MKPATH
GIT_REPOSITORY_INIT_EXTERNAL_TEMPLATE

Trait Implementations

Derived Implementations

impl Clone for git_repository_init_flag_t

fn clone(&self) -> git_repository_init_flag_t

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

impl Copy for git_repository_init_flag_t