pub struct SetProgramFeeWalletCpiAccounts<'a, 'b> {
pub config: &'b AccountInfo<'a>,
pub program_fee_admin: &'b AccountInfo<'a>,
pub new_fee_wallet: &'b AccountInfo<'a>,
}Expand description
set_program_fee_wallet CPI accounts.
Fields§
§config: &'b AccountInfo<'a>§program_fee_admin: &'b AccountInfo<'a>§new_fee_wallet: &'b AccountInfo<'a>Auto Trait Implementations§
impl<'a, 'b> Freeze for SetProgramFeeWalletCpiAccounts<'a, 'b>
impl<'a, 'b> !RefUnwindSafe for SetProgramFeeWalletCpiAccounts<'a, 'b>
impl<'a, 'b> !Send for SetProgramFeeWalletCpiAccounts<'a, 'b>
impl<'a, 'b> !Sync for SetProgramFeeWalletCpiAccounts<'a, 'b>
impl<'a, 'b> Unpin for SetProgramFeeWalletCpiAccounts<'a, 'b>
impl<'a, 'b> !UnwindSafe for SetProgramFeeWalletCpiAccounts<'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