pub struct NotificationDeliveryPreferencesChannelInput;Trait Implementations§
impl HasInputField<schedule, Option<NotificationDeliveryPreferencesScheduleInput>> for NotificationDeliveryPreferencesChannelInput
impl InputObjectMarker for NotificationDeliveryPreferencesChannelInput
Auto Trait Implementations§
impl Freeze for NotificationDeliveryPreferencesChannelInput
impl RefUnwindSafe for NotificationDeliveryPreferencesChannelInput
impl Send for NotificationDeliveryPreferencesChannelInput
impl Sync for NotificationDeliveryPreferencesChannelInput
impl Unpin for NotificationDeliveryPreferencesChannelInput
impl UnwindSafe for NotificationDeliveryPreferencesChannelInput
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