Enum git2::RepositoryState [−][src]
pub enum RepositoryState {
Clean,
Merge,
Revert,
RevertSequence,
CherryPick,
CherryPickSequence,
Bisect,
Rebase,
RebaseInteractive,
RebaseMerge,
ApplyMailbox,
ApplyMailboxOrRebase,
}
Expand description
A listing of the possible states that a repository can be in.
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RepositoryState
impl Send for RepositoryState
impl Sync for RepositoryState
impl Unpin for RepositoryState
impl UnwindSafe for RepositoryState
Blanket Implementations
Mutably borrows from an owned value. Read more