Enum git_topic_stage::IntegrationResult [] [src]

pub enum IntegrationResult {
    Staged(StagedTopic),
    Unstaged(TopicUnstageReason),
    Unmerged(Topic, MergeStatus),
}

Results from integrating a branch.

Variants

The branch was successfully staged.

The branch was kicked out of the staging branch.

The branch was not mergeable.

Methods

impl IntegrationResult
[src]

The topic branch.

Whether the topic branch is currently staged or not.

Trait Implementations

impl Debug for IntegrationResult
[src]

Formats the value using the given formatter.