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