pub struct TaskCoreJson {
pub id: String,
pub short_id: String,
pub title: String,
pub status: JsonTaskStatus,
pub type: JsonItemType,
pub start: TaskStartJson,
}Fields§
§id: String§short_id: String§title: String§status: JsonTaskStatus§type: JsonItemType§start: TaskStartJsonTrait Implementations§
Source§impl Debug for TaskCoreJson
impl Debug for TaskCoreJson
Auto Trait Implementations§
impl Freeze for TaskCoreJson
impl RefUnwindSafe for TaskCoreJson
impl Send for TaskCoreJson
impl Sync for TaskCoreJson
impl Unpin for TaskCoreJson
impl UnsafeUnpin for TaskCoreJson
impl UnwindSafe for TaskCoreJson
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