[−][src]Struct tsukuyomi_juniper::GraphQLRequest
The type representing a GraphQL request from the client.
Methods
impl<S> GraphQLRequest<S> where
S: ScalarValue,
&'a S: ScalarRefValue<'a>,
[src]
S: ScalarValue,
&'a S: ScalarRefValue<'a>,
pub fn execute<T, CtxT>(
self,
schema: T,
context: CtxT
) -> GraphQLResponse<T, CtxT, S> where
T: Schema<S> + Send + 'static,
CtxT: AsRef<T::Context> + Send + 'static,
S: Send + 'static,
[src]
self,
schema: T,
context: CtxT
) -> GraphQLResponse<T, CtxT, S> where
T: Schema<S> + Send + 'static,
CtxT: AsRef<T::Context> + Send + 'static,
S: Send + 'static,
Creates a Responder
that executes this request using the specified schema and context.
Trait Implementations
impl<S: Debug + ScalarValue> Debug for GraphQLRequest<S>
[src]
impl<'de, S: ScalarValue> Deserialize<'de> for GraphQLRequest<S> where
InputValue<S>: Deserialize<'de>,
[src]
InputValue<S>: Deserialize<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl<S> Send for GraphQLRequest<S> where
S: Send,
S: Send,
impl<S> Sync for GraphQLRequest<S> where
S: Sync,
S: Sync,
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
T: From<U>,
type Error = !
🔬 This is a nightly-only experimental API. (
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
🔬 This is a nightly-only experimental API. (
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
impl<T> DeserializeOwned for T where
T: Deserialize<'de>,
[src]
T: Deserialize<'de>,
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,