Enum git_topic_stage::UnstageReason [] [src]

pub enum UnstageReason {
    MergeConflict(Vec<Conflict>),
}

Reasons for which a branch can be unstaged.

Variants

Conflicts occurred while merging the topic.

Trait Implementations

impl Debug for UnstageReason
[src]

Formats the value using the given formatter.