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 FeatureSetimpl Send for FeatureSetimpl Sync for FeatureSetimpl Unpin for FeatureSetimpl UnwindSafe for FeatureSetBlanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V