Enum git2::RepositoryState [] [src]

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

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

Variants

Trait Implementations

impl PartialEq for RepositoryState
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for RepositoryState
[src]

impl Clone for RepositoryState
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for RepositoryState
[src]

[src]

Formats the value using the given formatter.

impl Copy for RepositoryState
[src]