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_UNSPECIFIED
GIT_SUBMODULE_IGNORE_NONE
GIT_SUBMODULE_IGNORE_UNTRACKED
GIT_SUBMODULE_IGNORE_DIRTY
GIT_SUBMODULE_IGNORE_ALL

Trait Implementations

Derived Implementations

impl Clone for git_submodule_ignore_t

fn clone(&self) -> git_submodule_ignore_t

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

impl Copy for git_submodule_ignore_t