Enum git2::RepositoryState [] [src]

pub enum RepositoryState {
    Clean,
    Merge,
    Revert,
    CherryPick,
    Bisect,
    Rebase,
    RebaseInteractive,
    RebaseMerge,
    ApplyMailbox,
    ApplyMailboxOrRebase,
}

A listing of the possible states that a repository can be in.

Variants

CleanMergeRevertCherryPickBisectRebaseRebaseInteractiveRebaseMergeApplyMailboxApplyMailboxOrRebase

Trait Implementations

impl Copy for RepositoryState
[src]

impl Debug for RepositoryState
[src]

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

Formats the value using the given formatter.

impl Clone for RepositoryState
[src]

fn clone(&self) -> RepositoryState

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 Eq for RepositoryState
[src]

impl PartialEq for RepositoryState
[src]

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

This method tests for self and other values to be equal, and is used by ==. Read more

fn ne(&self, other: &Rhs) -> bool
1.0.0

This method tests for !=.