pub struct TaskStartJson {
pub bucket: JsonStartBucket,
pub scheduled_at: Option<String>,
pub today_index_reference: Option<i64>,
pub evening: bool,
}Fields§
§bucket: JsonStartBucket§scheduled_at: Option<String>§today_index_reference: Option<i64>§evening: boolTrait Implementations§
Source§impl Debug for TaskStartJson
impl Debug for TaskStartJson
Auto Trait Implementations§
impl Freeze for TaskStartJson
impl RefUnwindSafe for TaskStartJson
impl Send for TaskStartJson
impl Sync for TaskStartJson
impl Unpin for TaskStartJson
impl UnsafeUnpin for TaskStartJson
impl UnwindSafe for TaskStartJson
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