pub struct reminders;Trait Implementations§
Source§impl HasField<reminders> for NotificationCategoryPreferences
impl HasField<reminders> for NotificationCategoryPreferences
Source§type Type = NotificationChannelPreferences
type Type = NotificationChannelPreferences
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for reminders
impl RefUnwindSafe for reminders
impl Send for reminders
impl Sync for reminders
impl Unpin for reminders
impl UnwindSafe for reminders
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