Struct spack::metadata_spec::spec::FeatureSet
source · pub struct FeatureSet(pub IndexSet<CargoFeature>);Tuple Fields§
§0: IndexSet<CargoFeature>Trait Implementations§
source§impl Clone for FeatureSet
impl Clone for FeatureSet
source§fn clone(&self) -> FeatureSet
fn clone(&self) -> FeatureSet
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for FeatureSet
impl Debug for FeatureSet
source§impl Default for FeatureSet
impl Default for FeatureSet
source§fn default() -> FeatureSet
fn default() -> FeatureSet
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for FeatureSet
impl Send for FeatureSet
impl Sync for FeatureSet
impl Unpin for FeatureSet
impl UnwindSafe for FeatureSet
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