pub struct NotificationDeliveryPreferencesDayInput;Trait Implementations§
impl HasInputField<end, Option<String>> for NotificationDeliveryPreferencesDayInput
impl HasInputField<friday, NotificationDeliveryPreferencesDayInput> for NotificationDeliveryPreferencesScheduleInput
impl HasInputField<monday, NotificationDeliveryPreferencesDayInput> for NotificationDeliveryPreferencesScheduleInput
impl HasInputField<saturday, NotificationDeliveryPreferencesDayInput> for NotificationDeliveryPreferencesScheduleInput
impl HasInputField<start, Option<String>> for NotificationDeliveryPreferencesDayInput
impl HasInputField<sunday, NotificationDeliveryPreferencesDayInput> for NotificationDeliveryPreferencesScheduleInput
impl HasInputField<thursday, NotificationDeliveryPreferencesDayInput> for NotificationDeliveryPreferencesScheduleInput
impl HasInputField<tuesday, NotificationDeliveryPreferencesDayInput> for NotificationDeliveryPreferencesScheduleInput
impl HasInputField<wednesday, NotificationDeliveryPreferencesDayInput> for NotificationDeliveryPreferencesScheduleInput
impl InputObjectMarker for NotificationDeliveryPreferencesDayInput
Auto Trait Implementations§
impl Freeze for NotificationDeliveryPreferencesDayInput
impl RefUnwindSafe for NotificationDeliveryPreferencesDayInput
impl Send for NotificationDeliveryPreferencesDayInput
impl Sync for NotificationDeliveryPreferencesDayInput
impl Unpin for NotificationDeliveryPreferencesDayInput
impl UnwindSafe for NotificationDeliveryPreferencesDayInput
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