Enum solana_runtime::builtins::ActivationType [−][src]
pub enum ActivationType {
NewProgram,
NewVersion,
RemoveProgram,
}Variants
NewProgram
NewVersion
RemoveProgram
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ActivationType
impl Send for ActivationType
impl Sync for ActivationType
impl Unpin for ActivationType
impl UnwindSafe for ActivationType
Blanket Implementations
Mutably borrows from an owned value. 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
