Struct finchers_juniper::execute::Nonblocking[][src]

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

Trait Implementations

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

Formats the value using the given formatter. Read more

impl<'a, S> IntoEndpoint<'a> for Nonblocking<S> where
    S: SharedSchema<Context = ()>, 
[src]

The inner type of associated Endpoint.

The type of transformed Endpoint.

Consume itself and transform into an Endpoint.

impl<'a, E, S> Wrapper<'a, E> for Nonblocking<S> where
    E: Endpoint<'a, Output = (S::Context,)>,
    S: SharedSchema
[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 Nonblocking<S> where
    S: Send

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