pub struct ApolloPersistedQueries<T>(_);
Available on crate feature
apollo_persisted_queries
only.Expand description
Apollo persisted queries extension.
Implementations
sourceimpl<T: CacheStorage> ApolloPersistedQueries<T>
impl<T: CacheStorage> ApolloPersistedQueries<T>
sourcepub fn new(cache_storage: T) -> ApolloPersistedQueries<T>
pub fn new(cache_storage: T) -> ApolloPersistedQueries<T>
Creates an apollo persisted queries extension.
Trait Implementations
sourceimpl<T: CacheStorage> ExtensionFactory for ApolloPersistedQueries<T>
impl<T: CacheStorage> ExtensionFactory for ApolloPersistedQueries<T>
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more