[][src]Struct gluon_check::substitution::UnionByLevel

pub struct UnionByLevel { /* fields omitted */ }

Specialized union implementation which makes sure that variables with a higher level always point to the lower level variable.

map.union(1, 2); map.find(2) -> 1 map.find(1) -> 1

Trait Implementations

impl From<u32> for UnionByLevel[src]

impl Clone for UnionByLevel[src]

impl Copy for UnionByLevel[src]

impl Eq for UnionByLevel[src]

impl PartialEq<UnionByLevel> for UnionByLevel[src]

impl Debug for UnionByLevel[src]

impl StructuralPartialEq for UnionByLevel[src]

impl StructuralEq for UnionByLevel[src]

impl UnifyKey for UnionByLevel[src]

type Value = Level

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]