Enum git_workarea::MergeResult [] [src]

pub enum MergeResult<'a> {
    Conflict(Vec<Conflict>),
    Ready(Command),
    // some variants omitted
}

The result of a merge.

Variants

Information about conflicts within the tree.

The merge is ready to be committed.

Trait Implementations

impl<'a> Debug for MergeResult<'a>
[src]

Formats the value using the given formatter.