Struct solana_sdk::feature_set::FeatureSet [−][src]
Expand description
FeatureSet
holds the set of currently active/inactive runtime features
Fields
active: HashMap<Pubkey, Slot>
inactive: HashSet<Pubkey>
Implementations
List of enabled features that trigger full inflation
All features enabled, useful for testing
Trait Implementations
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
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self