Enum libgit2_sys::git_reset_t [] [src]

pub enum git_reset_t {
    GIT_RESET_SOFT,
    GIT_RESET_MIXED,
    GIT_RESET_HARD,
}

Variants

GIT_RESET_SOFT
GIT_RESET_MIXED
GIT_RESET_HARD

Trait Implementations

Derived Implementations

impl Clone for git_reset_t

fn clone(&self) -> git_reset_t

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

impl Copy for git_reset_t