pub struct StoreCpiAccounts<'a, 'b> {
pub config_account: (&'b AccountInfo<'a>, bool),
}
Expand description
store
CPI accounts.
Fields§
§config_account: (&'b AccountInfo<'a>, bool)
The config account to be modified.
Must sign during the first call to store
to initialize the account,
or if no signers are configured in the config data.
Auto Trait Implementations§
impl<'a, 'b> Freeze for StoreCpiAccounts<'a, 'b>
impl<'a, 'b> !RefUnwindSafe for StoreCpiAccounts<'a, 'b>
impl<'a, 'b> !Send for StoreCpiAccounts<'a, 'b>
impl<'a, 'b> !Sync for StoreCpiAccounts<'a, 'b>
impl<'a, 'b> Unpin for StoreCpiAccounts<'a, 'b>
impl<'a, 'b> !UnwindSafe for StoreCpiAccounts<'a, 'b>
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