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