Struct solana_runtime::bank::Builtins [−][src]
pub struct Builtins {
pub genesis_builtins: Vec<Builtin>,
pub feature_builtins: Vec<(Builtin, Pubkey, ActivationType)>,
}
Fields
genesis_builtins: Vec<Builtin>
Builtin programs that are always available
feature_builtins: Vec<(Builtin, Pubkey, ActivationType)>
Builtin programs activated dynamically by feature
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builtins
impl UnwindSafe for Builtins
Blanket Implementations
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