Enum libgit2_sys::git_branch_t [] [src]

pub enum git_branch_t {
    GIT_BRANCH_LOCAL,
    GIT_BRANCH_REMOTE,
    GIT_BRANCH_ALL,
}

Variants

GIT_BRANCH_LOCALGIT_BRANCH_REMOTEGIT_BRANCH_ALL

Trait Implementations

impl Clone for git_branch_t
[src]

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