Enum union_find::UnionResult [] [src]

pub enum UnionResult<T> {
    Left(T),
    Right(T),
}

Return value of the Union::merge.

Variants

Trait Implementations

impl<T: Copy> Copy for UnionResult<T>
[src]

impl<T: Clone> Clone for UnionResult<T>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<T: Debug> Debug for UnionResult<T>
[src]

[src]

Formats the value using the given formatter.