Enum libgit2_sys::git_submodule_ignore_t [] [src]

pub enum git_submodule_ignore_t {
    GIT_SUBMODULE_IGNORE_UNSPECIFIED,
    GIT_SUBMODULE_IGNORE_NONE,
    GIT_SUBMODULE_IGNORE_UNTRACKED,
    GIT_SUBMODULE_IGNORE_DIRTY,
    GIT_SUBMODULE_IGNORE_ALL,
}

Variants

GIT_SUBMODULE_IGNORE_UNSPECIFIEDGIT_SUBMODULE_IGNORE_NONEGIT_SUBMODULE_IGNORE_UNTRACKEDGIT_SUBMODULE_IGNORE_DIRTYGIT_SUBMODULE_IGNORE_ALL

Trait Implementations

impl Clone for git_submodule_ignore_t
[src]

fn clone(&self) -> git_submodule_ignore_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_submodule_ignore_t
[src]