Enum gaffer::MergeResult[][src]

pub enum MergeResult<P> {
    Success,
    NotMerged(P),
}
Expand description

Result of an attempted merge, see Builder::enable_merge

Variants

Success

merge was sucessful, eg. either because the items are the same or one is a superset of the other

NotMerged(P)

the attempted items were not suitable for merging

Tuple Fields of NotMerged

0: P

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.