pub struct TaskIndexesJson {
pub sort_index: i32,
pub today_sort_index: i32,
}Fields§
§sort_index: i32§today_sort_index: i32Trait Implementations§
Source§impl Debug for TaskIndexesJson
impl Debug for TaskIndexesJson
Auto Trait Implementations§
impl Freeze for TaskIndexesJson
impl RefUnwindSafe for TaskIndexesJson
impl Send for TaskIndexesJson
impl Sync for TaskIndexesJson
impl Unpin for TaskIndexesJson
impl UnsafeUnpin for TaskIndexesJson
impl UnwindSafe for TaskIndexesJson
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