[][src]Struct gluon::compiler_pipeline::Precompiled

pub struct Precompiled<D>(pub D);

Trait Implementations

impl<'vm, D> Executable<'vm, ()> for Precompiled<D> where
    D: Deserializer<'vm> + Send
[src]

type Expr = ()

Auto Trait Implementations

impl<D> RefUnwindSafe for Precompiled<D> where
    D: RefUnwindSafe

impl<D> Send for Precompiled<D> where
    D: Send

impl<D> Sync for Precompiled<D> where
    D: Sync

impl<D> Unpin for Precompiled<D> where
    D: Unpin

impl<D> UnwindSafe for Precompiled<D> where
    D: UnwindSafe

Blanket Implementations

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

impl<T> Any for T where
    T: Any

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

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

impl<'_, T> Captures<'_> for T[src]

impl<Choices> CoproductSubsetter<CNil, HNil> for Choices

type Remainder = Choices

impl<T> Downcast for T where
    T: Any

impl<T> DowncastArc for T where
    T: Downcast + Send + Sync
[src]

impl<T> DowncastSync for T where
    T: Send + Sync + Any

impl<'vm, C, Extra> Executable<'vm, Extra> for C where
    C: Compileable<Extra> + Send,
    Extra: Send,
    <C as Compileable<Extra>>::Expr: Send,
    <C as Compileable<Extra>>::Expr: 'vm, 
[src]

type Expr = <C as Compileable<Extra>>::Expr

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

impl<D, T> FromPtr<D> for T[src]

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

impl<T, U, I> LiftInto<U, I> for T where
    U: LiftFrom<T, I>, 

impl<Source> Sculptor<HNil, HNil> for Source

type Remainder = Source

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<V, T> VZip<V> for T where
    V: MultiLane<T>,