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