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