pub struct CreateRateAccountCpiAccounts<'a, 'b> {
pub mint: &'b AccountInfo<'a>,
pub verification_config_or_mint_authority: &'b AccountInfo<'a>,
pub instructions_sysvar_or_creator: &'b AccountInfo<'a>,
pub payer: &'b AccountInfo<'a>,
pub rate_account: &'b AccountInfo<'a>,
pub mint_from: &'b AccountInfo<'a>,
pub mint_to: &'b AccountInfo<'a>,
pub system_program: &'b AccountInfo<'a>,
}Expand description
create_rate_account CPI accounts.
Fields§
§mint: &'b AccountInfo<'a>§instructions_sysvar_or_creator: &'b AccountInfo<'a>§payer: &'b AccountInfo<'a>§rate_account: &'b AccountInfo<'a>§mint_from: &'b AccountInfo<'a>§mint_to: &'b AccountInfo<'a>§system_program: &'b AccountInfo<'a>Auto Trait Implementations§
impl<'a, 'b> Freeze for CreateRateAccountCpiAccounts<'a, 'b>
impl<'a, 'b> !RefUnwindSafe for CreateRateAccountCpiAccounts<'a, 'b>
impl<'a, 'b> !Send for CreateRateAccountCpiAccounts<'a, 'b>
impl<'a, 'b> !Sync for CreateRateAccountCpiAccounts<'a, 'b>
impl<'a, 'b> Unpin for CreateRateAccountCpiAccounts<'a, 'b>
impl<'a, 'b> UnsafeUnpin for CreateRateAccountCpiAccounts<'a, 'b>
impl<'a, 'b> !UnwindSafe for CreateRateAccountCpiAccounts<'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