struct ReminderRow {
key: i64,
type: i32,
value: String,
freq: i32,
enable: bool,
note: String,
}Fields§
§key: i64§type: i32§value: String§freq: i32§enable: bool§note: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for ReminderRow
impl RefUnwindSafe for ReminderRow
impl Send for ReminderRow
impl Sync for ReminderRow
impl Unpin for ReminderRow
impl UnsafeUnpin for ReminderRow
impl UnwindSafe for ReminderRow
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