pub struct NotificationDeliveryPreferencesScheduleInput;Trait Implementations§
impl HasInputField<disabled, Option<bool>> for NotificationDeliveryPreferencesScheduleInput
impl HasInputField<friday, NotificationDeliveryPreferencesDayInput> for NotificationDeliveryPreferencesScheduleInput
impl HasInputField<monday, NotificationDeliveryPreferencesDayInput> for NotificationDeliveryPreferencesScheduleInput
impl HasInputField<saturday, NotificationDeliveryPreferencesDayInput> for NotificationDeliveryPreferencesScheduleInput
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 NotificationDeliveryPreferencesScheduleInput
Auto Trait Implementations§
impl Freeze for NotificationDeliveryPreferencesScheduleInput
impl RefUnwindSafe for NotificationDeliveryPreferencesScheduleInput
impl Send for NotificationDeliveryPreferencesScheduleInput
impl Sync for NotificationDeliveryPreferencesScheduleInput
impl Unpin for NotificationDeliveryPreferencesScheduleInput
impl UnwindSafe for NotificationDeliveryPreferencesScheduleInput
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