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 branches.

Trait Implementations

impl Debug for StageResult
[src]

Formats the value using the given formatter.