pub struct UpdateNotificationRestrictionSettingInput;
Trait Implementations§
impl HasInputField<clientMutationId, Option<String>> for UpdateNotificationRestrictionSettingInput
impl HasInputField<ownerId, Id> for UpdateNotificationRestrictionSettingInput
impl HasInputField<settingValue, NotificationRestrictionSettingValue> for UpdateNotificationRestrictionSettingInput
impl InputObjectMarker for UpdateNotificationRestrictionSettingInput
Auto Trait Implementations§
impl Freeze for UpdateNotificationRestrictionSettingInput
impl RefUnwindSafe for UpdateNotificationRestrictionSettingInput
impl Send for UpdateNotificationRestrictionSettingInput
impl Sync for UpdateNotificationRestrictionSettingInput
impl Unpin for UpdateNotificationRestrictionSettingInput
impl UnwindSafe for UpdateNotificationRestrictionSettingInput
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