Enum solana_cli::feature::FeatureCliCommand [−][src]
pub enum FeatureCliCommand {
Status {
features: Vec<Pubkey>,
},
Activate {
feature: Pubkey,
force: ForceActivation,
},
}Variants
Show fields
Fields of Status
features: Vec<Pubkey>Show fields
Fields of Activate
feature: Pubkeyforce: ForceActivationTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for FeatureCliCommandimpl Send for FeatureCliCommandimpl Sync for FeatureCliCommandimpl Unpin for FeatureCliCommandimpl UnwindSafe for FeatureCliCommandBlanket Implementations
pub default fn example() -> TMutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V