Enum hash_trie::SetTransmuteResult[][src]

pub enum SetTransmuteResult<K, ReduceT> {
    Transmuted(K, ReduceT),
    Removed(ReduceT),
}
Expand description

SetTransmuteResult is the result of a transmute operation on a single entry or pair of entries of a set.

Variants

Transmuted(K, ReduceT)

The value has been transmuted.

Removed(ReduceT)

The value was removed.

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.