Enum solana_cli::feature::FeatureCliCommand [−][src]
pub enum FeatureCliCommand {
Status {
features: Vec<Pubkey>,
},
Activate {
feature: Pubkey,
force: ForceActivation,
},
}Variants
Fields of Status
features: Vec<Pubkey>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 FeatureCliCommand
impl Send for FeatureCliCommand
impl Sync for FeatureCliCommand
impl Unpin for FeatureCliCommand
impl UnwindSafe for FeatureCliCommand
Blanket Implementations
pub default fn example() -> T
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more