Struct finchers_juniper::execute::WithSpawner [−][src]
pub struct WithSpawner<S, Sp> { /* fields omitted */ }Trait Implementations
impl<S: Debug, Sp: Debug> Debug for WithSpawner<S, Sp>[src]
impl<S: Debug, Sp: Debug> Debug for WithSpawner<S, Sp>fn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl<'a, S, Sp> IntoEndpoint<'a> for WithSpawner<S, Sp> where
S: SharedSchema<Context = ()>,
Sp: Executor<Execute<GraphQLTask<S>>> + 'a, [src]
impl<'a, S, Sp> IntoEndpoint<'a> for WithSpawner<S, Sp> where
S: SharedSchema<Context = ()>,
Sp: Executor<Execute<GraphQLTask<S>>> + 'a, type Output = (GraphQLResponse,)
The inner type of associated Endpoint.
type Endpoint = WithSpawnerEndpoint<Cloned<()>, S, Sp>
The type of transformed Endpoint.
fn into_endpoint(self) -> Self::Endpoint[src]
fn into_endpoint(self) -> Self::EndpointConsume itself and transform into an Endpoint.
impl<'a, E, S, Sp> Wrapper<'a, E> for WithSpawner<S, Sp> where
E: Endpoint<'a, Output = (S::Context,)>,
S: SharedSchema,
Sp: Executor<Execute<GraphQLTask<S>>> + 'a, [src]
impl<'a, E, S, Sp> Wrapper<'a, E> for WithSpawner<S, Sp> where
E: Endpoint<'a, Output = (S::Context,)>,
S: SharedSchema,
Sp: Executor<Execute<GraphQLTask<S>>> + 'a, Auto Trait Implementations
impl<S, Sp> Send for WithSpawner<S, Sp> where
S: Send,
Sp: Send,
impl<S, Sp> Send for WithSpawner<S, Sp> where
S: Send,
Sp: Send, impl<S, Sp> Sync for WithSpawner<S, Sp> where
S: Sync,
Sp: Sync,
impl<S, Sp> Sync for WithSpawner<S, Sp> where
S: Sync,
Sp: Sync,