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