pub struct NotificationDeliveryPreferencesSchedule;Trait Implementations§
Source§impl HasField<friday> for NotificationDeliveryPreferencesSchedule
impl HasField<friday> for NotificationDeliveryPreferencesSchedule
Source§type Type = NotificationDeliveryPreferencesDay
type Type = NotificationDeliveryPreferencesDay
The schema marker type of this field.
Source§impl HasField<monday> for NotificationDeliveryPreferencesSchedule
impl HasField<monday> for NotificationDeliveryPreferencesSchedule
Source§type Type = NotificationDeliveryPreferencesDay
type Type = NotificationDeliveryPreferencesDay
The schema marker type of this field.
Source§impl HasField<saturday> for NotificationDeliveryPreferencesSchedule
impl HasField<saturday> for NotificationDeliveryPreferencesSchedule
Source§type Type = NotificationDeliveryPreferencesDay
type Type = NotificationDeliveryPreferencesDay
The schema marker type of this field.
Source§impl HasField<sunday> for NotificationDeliveryPreferencesSchedule
impl HasField<sunday> for NotificationDeliveryPreferencesSchedule
Source§type Type = NotificationDeliveryPreferencesDay
type Type = NotificationDeliveryPreferencesDay
The schema marker type of this field.
Source§impl HasField<thursday> for NotificationDeliveryPreferencesSchedule
impl HasField<thursday> for NotificationDeliveryPreferencesSchedule
Source§type Type = NotificationDeliveryPreferencesDay
type Type = NotificationDeliveryPreferencesDay
The schema marker type of this field.
Source§impl HasField<tuesday> for NotificationDeliveryPreferencesSchedule
impl HasField<tuesday> for NotificationDeliveryPreferencesSchedule
Source§type Type = NotificationDeliveryPreferencesDay
type Type = NotificationDeliveryPreferencesDay
The schema marker type of this field.
Source§impl HasField<wednesday> for NotificationDeliveryPreferencesSchedule
impl HasField<wednesday> for NotificationDeliveryPreferencesSchedule
Source§type Type = NotificationDeliveryPreferencesDay
type Type = NotificationDeliveryPreferencesDay
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for NotificationDeliveryPreferencesSchedule
impl RefUnwindSafe for NotificationDeliveryPreferencesSchedule
impl Send for NotificationDeliveryPreferencesSchedule
impl Sync for NotificationDeliveryPreferencesSchedule
impl Unpin for NotificationDeliveryPreferencesSchedule
impl UnwindSafe for NotificationDeliveryPreferencesSchedule
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