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