Enum libgit2_sys::git_direction
[−]
[src]
pub enum git_direction { GIT_DIRECTION_FETCH, GIT_DIRECTION_PUSH, }
Variants
GIT_DIRECTION_FETCH | |
GIT_DIRECTION_PUSH |
pub enum git_direction { GIT_DIRECTION_FETCH, GIT_DIRECTION_PUSH, }
GIT_DIRECTION_FETCH | |
GIT_DIRECTION_PUSH |
impl Clone for git_direction
fn clone(&self) -> git_direction
fn clone_from(&mut self, source: &Self)
impl Copy for git_direction