Enum libgit2_sys::git_branch_t [] [src]

pub enum git_branch_t {
    GIT_BRANCH_LOCAL,
    GIT_BRANCH_REMOTE,
    GIT_BRANCH_ALL,
}

Variants

GIT_BRANCH_LOCAL
GIT_BRANCH_REMOTE
GIT_BRANCH_ALL

Trait Implementations

Derived Implementations

impl Clone for git_branch_t

fn clone(&self) -> git_branch_t

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

impl Copy for git_branch_t