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