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