pub struct Reminder {
pub description: Option<Description>,
pub pattern: Option<ReminderPattern>,
}
Fields§
§description: Option<Description>
§pattern: Option<ReminderPattern>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Reminder
impl RefUnwindSafe for Reminder
impl Send for Reminder
impl Sync for Reminder
impl Unpin for Reminder
impl UnwindSafe for Reminder
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