[][src]Struct gluon_check::unify::UnifierState

pub struct UnifierState<S, U: ?Sized> {
    pub state: S,
    pub unifier: U,
}

Fields

state: Sunifier: U

Trait Implementations

impl<'e, S, T> Unifier<S, T> for UnifierState<S, Unify<'e, T, T::Error>> where
    T: Unifiable<S> + PartialEq + Clone + Display + 'e,
    T::Variable: Clone,
    T::Factory: Clone
[src]

Auto Trait Implementations

impl<S, U: ?Sized> RefUnwindSafe for UnifierState<S, U> where
    S: RefUnwindSafe,
    U: RefUnwindSafe

impl<S, U: ?Sized> Send for UnifierState<S, U> where
    S: Send,
    U: Send

impl<S, U: ?Sized> Sync for UnifierState<S, U> where
    S: Sync,
    U: Sync

impl<S, U: ?Sized> Unpin for UnifierState<S, U> where
    S: Unpin,
    U: Unpin

impl<S, U: ?Sized> UnwindSafe for UnifierState<S, U> where
    S: UnwindSafe,
    U: UnwindSafe

Blanket Implementations

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

impl<Id> AsId<Id> for Id where
    Id: ?Sized
[src]

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

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

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

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

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.