pub struct createSubscription;
Trait Implementations§
Source§impl Field for createSubscription
impl Field for createSubscription
Source§impl HasArgument<data> for createSubscription
impl HasArgument<data> for createSubscription
Source§type ArgumentType = CreateSubscriptionDataInput
type ArgumentType = CreateSubscriptionDataInput
The schema marker type of this argument.
Source§impl HasField<createSubscription> for Mutation
impl HasField<createSubscription> for Mutation
Source§type Type = Option<SubscriptionOutput>
type Type = Option<SubscriptionOutput>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for createSubscription
impl RefUnwindSafe for createSubscription
impl Send for createSubscription
impl Sync for createSubscription
impl Unpin for createSubscription
impl UnwindSafe for createSubscription
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