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