pub struct ResolvedChecklistItemJson {
pub id: String,
pub short_id: String,
pub title: String,
pub status: JsonTaskStatus,
pub index: i32,
}Fields§
§id: String§short_id: String§title: String§status: JsonTaskStatus§index: i32Trait Implementations§
Source§impl Debug for ResolvedChecklistItemJson
impl Debug for ResolvedChecklistItemJson
Auto Trait Implementations§
impl Freeze for ResolvedChecklistItemJson
impl RefUnwindSafe for ResolvedChecklistItemJson
impl Send for ResolvedChecklistItemJson
impl Sync for ResolvedChecklistItemJson
impl Unpin for ResolvedChecklistItemJson
impl UnsafeUnpin for ResolvedChecklistItemJson
impl UnwindSafe for ResolvedChecklistItemJson
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