Enum git_topic_stage::UnstageReason[][src]

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

Reasons for which a branch can be unstaged.

Variants

MergeConflict(Vec<Conflict>)

Tuple Fields

Conflicts occurred while merging the topic.

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.