pub struct InvokeContextStackFrame<'a> {
pub key: Pubkey,
pub keyed_accounts: Vec<KeyedAccount<'a>>,
pub keyed_accounts_range: Range<usize>,
}
Fields
key: Pubkey
keyed_accounts: Vec<KeyedAccount<'a>>
keyed_accounts_range: Range<usize>
Implementations
sourceimpl<'a> InvokeContextStackFrame<'a>
impl<'a> InvokeContextStackFrame<'a>
pub fn new(key: Pubkey, keyed_accounts: Vec<KeyedAccount<'a>>) -> Self
Auto Trait Implementations
impl<'a> !RefUnwindSafe for InvokeContextStackFrame<'a>
impl<'a> !Send for InvokeContextStackFrame<'a>
impl<'a> !Sync for InvokeContextStackFrame<'a>
impl<'a> Unpin for InvokeContextStackFrame<'a>
impl<'a> !UnwindSafe for InvokeContextStackFrame<'a>
Blanket Implementations
sourceimpl<T> AbiExample for T
impl<T> AbiExample for T
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more