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_BAREGIT_REPOSITORY_INIT_NO_REINITGIT_REPOSITORY_INIT_NO_DOTGIT_DIRGIT_REPOSITORY_INIT_MKDIRGIT_REPOSITORY_INIT_MKPATHGIT_REPOSITORY_INIT_EXTERNAL_TEMPLATE

Trait Implementations

impl Clone for git_repository_init_flag_t
[src]

fn clone(&self) -> git_repository_init_flag_t

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more

impl Copy for git_repository_init_flag_t
[src]