Struct git_topic_stage::StageResult[][src]

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

The results of a stage operation.

Fields

old_topic: Option<OldTopicRemoval>

The branch which the operation removed from the stage.

results: Vec<IntegrationResult>

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

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.