Struct async_graphql::extensions::apollo_persisted_queries::ApolloPersistedQueries [−][src]
pub struct ApolloPersistedQueries<T>(_);This is supported on crate feature
apollo_persisted_queries only.Expand description
Apollo persisted queries extension.
Implementations
Creates an apollo persisted queries extension.
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for ApolloPersistedQueries<T> where
T: RefUnwindSafe,
impl<T> Send for ApolloPersistedQueries<T> where
T: Send,
impl<T> Sync for ApolloPersistedQueries<T> where
T: Sync,
impl<T> Unpin for ApolloPersistedQueries<T> where
T: Unpin,
impl<T> UnwindSafe for ApolloPersistedQueries<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more