Enum git_topic_stage::IntegrationResult [] [src]

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

Results from integrating a topic.

Variants

The topic is successfully staged into the integration branch.

The topic is kicked out of the integration branch.

The topic is 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.