pub struct ProcessedInstructionView<'a> {
pub program_id: Address,
pub data: &'a [u8],
pub accounts: &'a [ProcessedInstructionAccount],
}Expand description
Processed sibling with runtime address and borrowed scratch prefixes.
Fields§
§program_id: Address§data: &'a [u8]§accounts: &'a [ProcessedInstructionAccount]Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for ProcessedInstructionView<'a>
impl<'a> RefUnwindSafe for ProcessedInstructionView<'a>
impl<'a> Send for ProcessedInstructionView<'a>
impl<'a> Sync for ProcessedInstructionView<'a>
impl<'a> Unpin for ProcessedInstructionView<'a>
impl<'a> UnsafeUnpin for ProcessedInstructionView<'a>
impl<'a> UnwindSafe for ProcessedInstructionView<'a>
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