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