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