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