pub struct UpdateRecipientsCpiAccounts<'a, 'b> {
pub main: &'b AccountInfo<'a>,
pub admin: &'b AccountInfo<'a>,
pub system_program: &'b AccountInfo<'a>,
pub strategy: &'b AccountInfo<'a>,
pub admin_permissions: &'b AccountInfo<'a>,
}Expand description
update_recipients CPI accounts.
Fields§
§main: &'b AccountInfo<'a>§admin: &'b AccountInfo<'a>§system_program: &'b AccountInfo<'a>§strategy: &'b AccountInfo<'a>§admin_permissions: &'b AccountInfo<'a>Auto Trait Implementations§
impl<'a, 'b> !RefUnwindSafe for UpdateRecipientsCpiAccounts<'a, 'b>
impl<'a, 'b> !Send for UpdateRecipientsCpiAccounts<'a, 'b>
impl<'a, 'b> !Sync for UpdateRecipientsCpiAccounts<'a, 'b>
impl<'a, 'b> !UnwindSafe for UpdateRecipientsCpiAccounts<'a, 'b>
impl<'a, 'b> Freeze for UpdateRecipientsCpiAccounts<'a, 'b>
impl<'a, 'b> Unpin for UpdateRecipientsCpiAccounts<'a, 'b>
impl<'a, 'b> UnsafeUnpin for UpdateRecipientsCpiAccounts<'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