Struct tauri_plugin_graphql::Context
source · [−]Expand description
The context that is available to GraphQL resolvers.
Implementations
Trait Implementations
Auto Trait Implementations
impl<R = Wry<EventLoopMessage>> !RefUnwindSafe for Context<R>
impl<R> Send for Context<R>
impl<R> Sync for Context<R>
impl<R> Unpin for Context<R> where
<R as Runtime<EventLoopMessage>>::Dispatcher: Unpin,
<R as Runtime<EventLoopMessage>>::Handle: Unpin,
impl<R = Wry<EventLoopMessage>> !UnwindSafe for Context<R>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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