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