Struct gluon_vm::channel::Receiver[][src]

pub struct Receiver<T> { /* fields omitted */ }

Trait Implementations

impl<T: Traverseable> Traverseable for Receiver<T>
[src]

impl<T> Userdata for Receiver<T> where
    T: Any + Send + Sync + Debug + Traverseable
[src]

impl<T> Debug for Receiver<T> where
    T: Debug
[src]

Formats the value using the given formatter. Read more

impl<T: VmType> VmType for Receiver<T> where
    T::Type: Sized
[src]

A version of Self which implements Any allowing a TypeId to be retrieved

Creates an gluon type which maps to Self in rust

How many extra arguments a function returning this type requires. Used for abstract types which when used in return position should act like they still need more arguments before they are called Read more

Auto Trait Implementations

impl<T> Send for Receiver<T> where
    T: Send

impl<T> Sync for Receiver<T> where
    T: Send