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