pub struct monday;Trait Implementations§
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.
Auto Trait Implementations§
impl Freeze for monday
impl RefUnwindSafe for monday
impl Send for monday
impl Sync for monday
impl Unpin for monday
impl UnwindSafe for monday
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