Struct fire_http::graphql::GraphQlContext
source · pub struct GraphQlContext { /* private fields */ }
Available on crate feature
graphql
only.Implementations§
Trait Implementations§
impl Context for GraphQlContext
Auto Trait Implementations§
impl !RefUnwindSafe for GraphQlContext
impl Send for GraphQlContext
impl Sync for GraphQlContext
impl Unpin for GraphQlContext
impl !UnwindSafe for GraphQlContext
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more