pub struct UpdateMerchantAuthorityCpiAccounts<'a, 'b> {
pub payer: &'b AccountInfo<'a>,
pub authority: &'b AccountInfo<'a>,
pub merchant: &'b AccountInfo<'a>,
pub new_authority: &'b AccountInfo<'a>,
}Expand description
update_merchant_authority CPI accounts.
Fields§
§payer: &'b AccountInfo<'a>§merchant: &'b AccountInfo<'a>Merchant PDA
Auto Trait Implementations§
impl<'a, 'b> Freeze for UpdateMerchantAuthorityCpiAccounts<'a, 'b>
impl<'a, 'b> !RefUnwindSafe for UpdateMerchantAuthorityCpiAccounts<'a, 'b>
impl<'a, 'b> !Send for UpdateMerchantAuthorityCpiAccounts<'a, 'b>
impl<'a, 'b> !Sync for UpdateMerchantAuthorityCpiAccounts<'a, 'b>
impl<'a, 'b> Unpin for UpdateMerchantAuthorityCpiAccounts<'a, 'b>
impl<'a, 'b> !UnwindSafe for UpdateMerchantAuthorityCpiAccounts<'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