Enum libgit2_sys::git_direction [] [src]

pub enum git_direction {
    GIT_DIRECTION_FETCH,
    GIT_DIRECTION_PUSH,
}

Variants

GIT_DIRECTION_FETCH
GIT_DIRECTION_PUSH

Trait Implementations

Derived Implementations

impl Clone for git_direction

fn clone(&self) -> git_direction

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

impl Copy for git_direction