pub struct notificationCategoryChannelSubscriptionUpdate;Trait Implementations§
Source§impl HasArgument<category> for notificationCategoryChannelSubscriptionUpdate
impl HasArgument<category> for notificationCategoryChannelSubscriptionUpdate
Source§type ArgumentType = NotificationCategory
type ArgumentType = NotificationCategory
The schema marker type of this argument.
Source§impl HasArgument<channel> for notificationCategoryChannelSubscriptionUpdate
impl HasArgument<channel> for notificationCategoryChannelSubscriptionUpdate
Source§type ArgumentType = NotificationChannel
type ArgumentType = NotificationChannel
The schema marker type of this argument.
Source§impl HasField<notificationCategoryChannelSubscriptionUpdate> for Mutation
impl HasField<notificationCategoryChannelSubscriptionUpdate> for Mutation
Source§type Type = UserSettingsPayload
type Type = UserSettingsPayload
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for notificationCategoryChannelSubscriptionUpdate
impl RefUnwindSafe for notificationCategoryChannelSubscriptionUpdate
impl Send for notificationCategoryChannelSubscriptionUpdate
impl Sync for notificationCategoryChannelSubscriptionUpdate
impl Unpin for notificationCategoryChannelSubscriptionUpdate
impl UnwindSafe for notificationCategoryChannelSubscriptionUpdate
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