struct ReminderJson {
symbol: String,
name: Option<String>,
key: i64,
reminder_type: i32,
value: f64,
freq: i32,
is_enable: bool,
note: String,
}Fields§
§symbol: String§name: Option<String>§key: i64§reminder_type: i32§value: f64§freq: i32§is_enable: bool§note: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for ReminderJson
impl RefUnwindSafe for ReminderJson
impl Send for ReminderJson
impl Sync for ReminderJson
impl Unpin for ReminderJson
impl UnsafeUnpin for ReminderJson
impl UnwindSafe for ReminderJson
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