Struct solana_runtime::bank::BuiltinPrograms [−][src]
pub struct BuiltinPrograms {
pub vec: Vec<BuiltinProgram>,
}
Fields
vec: Vec<BuiltinProgram>
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for BuiltinPrograms
impl Send for BuiltinPrograms
impl Sync for BuiltinPrograms
impl Unpin for BuiltinPrograms
impl UnwindSafe for BuiltinPrograms
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