Struct finchers_juniper::execute::CurrentThread[][src]

pub struct CurrentThread<S> { /* fields omitted */ }

Trait Implementations

impl<S: Debug> Debug for CurrentThread<S>
[src]

Formats the value using the given formatter. Read more

impl<'a, S> IntoEndpoint<'a> for CurrentThread<S> where
    S: Schema<Context = ()> + 'a, 
[src]

The inner type of associated Endpoint.

The type of transformed Endpoint.

Consume itself and transform into an Endpoint.

impl<'a, E, CtxT, S> Wrapper<'a, E> for CurrentThread<S> where
    E: Endpoint<'a, Output = (CtxT,)>,
    S: Schema<Context = CtxT> + 'a,
    CtxT: 'a, 
[src]

The inner type of converted Endpoint.

The type of converted Endpoint.

Performs conversion from the provided endpoint into Self::Endpoint.

Auto Trait Implementations

impl<S> Send for CurrentThread<S> where
    S: Send

impl<S> Sync for CurrentThread<S> where
    S: Sync