Struct git_topic_stage::StageResult [] [src]

pub struct StageResult {
    pub old_topic: Option<OldTopicRemoval>,
    pub results: Vec<IntegrationResult>,
}

The results of a stage operation.

Fields

The branch which the operation removed from the stage.

Results from reintegrating the other staged topics.

Other topics may need to be merged into the integration result again and may fail to merge once another topic is removed from the branch.

Trait Implementations

impl Debug for StageResult
[src]

Formats the value using the given formatter.