Enum git2::BranchType [] [src]

pub enum BranchType {
    Local,
    Remote,
}

An enumeration for the possible types of branches

Variants

Local

A local branch not on a remote.

Remote

A branch for a remote.

Trait Implementations

Derived Implementations

impl Clone for BranchType

fn clone(&self) -> BranchType

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

impl Copy for BranchType

impl Debug for BranchType

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Eq for BranchType

impl PartialEq for BranchType

fn eq(&self, __arg_0: &BranchType) -> bool

fn ne(&self, __arg_0: &BranchType) -> bool