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