pub struct JsonFileEntry {
pub path: String,
pub items: Vec<JsonTodoItem>,
}Fields§
§path: String§items: Vec<JsonTodoItem>Trait Implementations§
Source§impl Debug for JsonFileEntry
impl Debug for JsonFileEntry
Auto Trait Implementations§
impl Freeze for JsonFileEntry
impl RefUnwindSafe for JsonFileEntry
impl Send for JsonFileEntry
impl Sync for JsonFileEntry
impl Unpin for JsonFileEntry
impl UnsafeUnpin for JsonFileEntry
impl UnwindSafe for JsonFileEntry
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