pub struct notificationCategoryPreferences;Trait Implementations§
Source§impl HasField<notificationCategoryPreferences> for UserSettings
impl HasField<notificationCategoryPreferences> for UserSettings
Source§type Type = NotificationCategoryPreferences
type Type = NotificationCategoryPreferences
The schema marker type of this field.
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