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