pub struct NotificationRestrictionSettingValue {}
Trait Implementations§
impl HasInputField<settingValue, NotificationRestrictionSettingValue> for UpdateNotificationRestrictionSettingInput
Auto Trait Implementations§
impl Freeze for NotificationRestrictionSettingValue
impl RefUnwindSafe for NotificationRestrictionSettingValue
impl Send for NotificationRestrictionSettingValue
impl Sync for NotificationRestrictionSettingValue
impl Unpin for NotificationRestrictionSettingValue
impl UnwindSafe for NotificationRestrictionSettingValue
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