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