Struct spack::metadata_spec::spec::Recipe
source · pub struct Recipe {
pub sub_deps: Vec<SubDep>,
}Fields§
§sub_deps: Vec<SubDep>Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Recipe
impl Send for Recipe
impl Sync for Recipe
impl Unpin for Recipe
impl UnwindSafe for Recipe
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