Traits§
- Merge
- Trait for types that support merging two values and producing a new value with the result of the merge. The input values are left unchanged.
- Merge
Mut - Trait for types that support merging two values and replace the target values with the result of the merge operation.