Enum libgit2_sys::git_treewalk_mode [] [src]

pub enum git_treewalk_mode {
    GIT_TREEWALK_PRE,
    GIT_TREEWALK_POST,
}

Variants

GIT_TREEWALK_PRE
GIT_TREEWALK_POST

Trait Implementations

Derived Implementations

impl Clone for git_treewalk_mode

fn clone(&self) -> git_treewalk_mode

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

impl Copy for git_treewalk_mode