Enum libgit2_sys::git_direction [] [src]

pub enum git_direction {
    GIT_DIRECTION_FETCH,
    GIT_DIRECTION_PUSH,
}

Variants

GIT_DIRECTION_FETCHGIT_DIRECTION_PUSH

Trait Implementations

impl Clone for git_direction
[src]

fn clone(&self) -> git_direction

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