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