pub struct updateNotification;
Trait Implementations§
Source§impl Field for updateNotification
impl Field for updateNotification
Source§impl HasArgument<data> for updateNotification
impl HasArgument<data> for updateNotification
Source§type ArgumentType = UpdateNotificationDataInput
type ArgumentType = UpdateNotificationDataInput
The schema marker type of this argument.
Source§impl HasArgument<selector> for updateNotification
impl HasArgument<selector> for updateNotification
Source§type ArgumentType = SelectorInput
type ArgumentType = SelectorInput
The schema marker type of this argument.
Source§impl HasField<updateNotification> for Mutation
impl HasField<updateNotification> for Mutation
Source§type Type = Option<NotificationOutput>
type Type = Option<NotificationOutput>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for updateNotification
impl RefUnwindSafe for updateNotification
impl Send for updateNotification
impl Sync for updateNotification
impl Unpin for updateNotification
impl UnwindSafe for updateNotification
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