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