pub struct TaskFile {
pub tasks: HashMap<String, Task>,
pub recipes: HashMap<String, Vec<Recipe>>,
}
Fields§
§tasks: HashMap<String, Task>
§recipes: HashMap<String, Vec<Recipe>>
Trait Implementations§
impl Eq for TaskFile
impl StructuralPartialEq for TaskFile
Auto Trait Implementations§
impl Freeze for TaskFile
impl RefUnwindSafe for TaskFile
impl Send for TaskFile
impl Sync for TaskFile
impl Unpin for TaskFile
impl UnwindSafe for TaskFile
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