Struct finchers_juniper::execute::Nonblocking [−][src]
pub struct Nonblocking<S> { /* fields omitted */ }Trait Implementations
impl<S: Debug> Debug for Nonblocking<S>[src]
impl<S: Debug> Debug for Nonblocking<S>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> IntoEndpoint<'a> for Nonblocking<S> where
S: SharedSchema<Context = ()>, [src]
impl<'a, S> IntoEndpoint<'a> for Nonblocking<S> where
S: SharedSchema<Context = ()>, type Output = (GraphQLResponse,)
The inner type of associated Endpoint.
type Endpoint = NonblockingEndpoint<Cloned<()>, S>
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> Wrapper<'a, E> for Nonblocking<S> where
E: Endpoint<'a, Output = (S::Context,)>,
S: SharedSchema, [src]
impl<'a, E, S> Wrapper<'a, E> for Nonblocking<S> where
E: Endpoint<'a, Output = (S::Context,)>,
S: SharedSchema, Auto Trait Implementations
impl<S> Send for Nonblocking<S> where
S: Send,
impl<S> Send for Nonblocking<S> where
S: Send, impl<S> Sync for Nonblocking<S> where
S: Sync,
impl<S> Sync for Nonblocking<S> where
S: Sync,