pub struct GraphQLSubscriptionRequest<S: ScalarValue> { /* private fields */ }Trait Implementations
sourceimpl<S: Debug + ScalarValue> Debug for GraphQLSubscriptionRequest<S>
impl<S: Debug + ScalarValue> Debug for GraphQLSubscriptionRequest<S>
sourceimpl<'de, S: ScalarValue> Deserialize<'de> for GraphQLSubscriptionRequest<S> where
InputValue<S>: Deserialize<'de>,
impl<'de, S: ScalarValue> Deserialize<'de> for GraphQLSubscriptionRequest<S> where
InputValue<S>: Deserialize<'de>,
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl<S> RefUnwindSafe for GraphQLSubscriptionRequest<S> where
S: RefUnwindSafe,
impl<S> Send for GraphQLSubscriptionRequest<S> where
S: Send,
impl<S> Sync for GraphQLSubscriptionRequest<S> where
S: Sync,
impl<S> Unpin for GraphQLSubscriptionRequest<S> where
S: Unpin,
impl<S> UnwindSafe for GraphQLSubscriptionRequest<S> where
S: UnwindSafe,
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
sourceimpl<'de, D, R> CommandArg<'de, R> for D where
D: Deserialize<'de>,
R: Runtime,
impl<'de, D, R> CommandArg<'de, R> for D where
D: Deserialize<'de>,
R: Runtime,
sourcefn from_command(command: CommandItem<'de, R>) -> Result<D, InvokeError>
fn from_command(command: CommandItem<'de, R>) -> Result<D, InvokeError>
Derives an instance of Self from the CommandItem. Read more