Enum libgit2_sys::git_reset_t [] [src]

pub enum git_reset_t {
    GIT_RESET_SOFT,
    GIT_RESET_MIXED,
    GIT_RESET_HARD,
}

Variants

GIT_RESET_SOFTGIT_RESET_MIXEDGIT_RESET_HARD

Trait Implementations

impl Clone for git_reset_t
[src]

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