pub struct TokenUpdateCpiAccounts<'a, 'b> {
pub authority: &'b AccountInfo<'a>,
pub bonding_curve: &'b AccountInfo<'a>,
pub config: &'b AccountInfo<'a>,
}Expand description
token_update CPI accounts.
Fields§
The authority of the token
bonding_curve: &'b AccountInfo<'a>The bonding curve account
config: &'b AccountInfo<'a>The config account
Auto Trait Implementations§
impl<'a, 'b> Freeze for TokenUpdateCpiAccounts<'a, 'b>
impl<'a, 'b> !RefUnwindSafe for TokenUpdateCpiAccounts<'a, 'b>
impl<'a, 'b> !Send for TokenUpdateCpiAccounts<'a, 'b>
impl<'a, 'b> !Sync for TokenUpdateCpiAccounts<'a, 'b>
impl<'a, 'b> Unpin for TokenUpdateCpiAccounts<'a, 'b>
impl<'a, 'b> !UnwindSafe for TokenUpdateCpiAccounts<'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