pub struct ExtractedPrograms {
pub loaded: LoadedProgramsForTxBatch,
pub missing: Vec<(Pubkey, u64)>,
pub unloaded: Vec<(Pubkey, u64)>,
}
Fields§
§loaded: LoadedProgramsForTxBatch
§missing: Vec<(Pubkey, u64)>
§unloaded: Vec<(Pubkey, u64)>
Auto Trait Implementations§
impl RefUnwindSafe for ExtractedPrograms
impl Send for ExtractedPrograms
impl Sync for ExtractedPrograms
impl Unpin for ExtractedPrograms
impl UnwindSafe for ExtractedPrograms
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more