[][src]Struct gluon::compiler_pipeline::Renamed

pub struct Renamed<E> {
    pub expr: E,
}

Fields

expr: E

Trait Implementations

impl<E> MetadataExtractable for Renamed<E> where
    E: BorrowMut<OwnedExpr<Symbol>> + Send
[src]

type Expr = E

Auto Trait Implementations

impl<E> RefUnwindSafe for Renamed<E> where
    E: RefUnwindSafe

impl<E> Send for Renamed<E> where
    E: Send

impl<E> Sync for Renamed<E> where
    E: Sync

impl<E> Unpin for Renamed<E> where
    E: Unpin

impl<E> UnwindSafe for Renamed<E> where
    E: UnwindSafe

Blanket Implementations

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

impl<T> Any for T where
    T: Any

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> Captures<'_> for T[src]

impl<'a, 'b, T> Compileable<Option<&'b ArcType<Symbol>>> for T where
    T: Typecheckable + Send,
    <T as Typecheckable>::Expr: Send,
    <T as Typecheckable>::Expr: Sync
[src]

type Expr = <T as Typecheckable>::Expr

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> InfixReparseable for T where
    T: MetadataExtractable + Send,
    <T as MetadataExtractable>::Expr: Send
[src]

type Expr = <T as MetadataExtractable>::Expr

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<T> MetadataExtractable for T where
    T: Renameable + Send,
    <T as Renameable>::Expr: Send
[src]

type Expr = <T as Renameable>::Expr

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<T> Typecheckable for T where
    T: InfixReparseable + Send,
    <T as InfixReparseable>::Expr: Send
[src]

type Expr = <T as InfixReparseable>::Expr

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,