Struct finchers_juniper::request::GraphQLRequestEndpoint[][src]

pub struct GraphQLRequestEndpoint { /* fields omitted */ }

Trait Implementations

impl Debug for GraphQLRequestEndpoint
[src]

Formats the value using the given formatter. Read more

impl<'a> Endpoint<'a> for GraphQLRequestEndpoint
[src]

The inner type associated with this endpoint.

The type of value which will be returned from apply.

Perform checking the incoming HTTP request and returns an instance of the associated Future if matched. Read more

Add an annotation that the associated type Output is fixed to T.

Converts self using the provided Wrapper.

Auto Trait Implementations

impl Send for GraphQLRequestEndpoint

impl Sync for GraphQLRequestEndpoint