Enum libgit2_sys::git_treewalk_mode [] [src]

pub enum git_treewalk_mode {
    GIT_TREEWALK_PRE,
    GIT_TREEWALK_POST,
}

Variants

GIT_TREEWALK_PREGIT_TREEWALK_POST

Trait Implementations

impl Clone for git_treewalk_mode
[src]

fn clone(&self) -> git_treewalk_mode

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_treewalk_mode
[src]