Enum git2::BranchType [−][src]
pub enum BranchType {
Local,
Remote,
}
Expand description
An enumeration for the possible types of branches
Variants
A local branch not on a remote.
A branch for a remote.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BranchType
impl Send for BranchType
impl Sync for BranchType
impl Unpin for BranchType
impl UnwindSafe for BranchType
Blanket Implementations
Mutably borrows from an owned value. Read more