pub struct AddSubAccountCpiAccounts<'a, 'b> {
pub main: &'b AccountInfo<'a>,
pub lst_controller: &'b AccountInfo<'a>,
pub admin_permissions: &'b AccountInfo<'a>,
pub admin: &'b AccountInfo<'a>,
pub drift: &'b AccountInfo<'a>,
pub state: &'b AccountInfo<'a>,
pub user_stats: &'b AccountInfo<'a>,
pub user_account: &'b AccountInfo<'a>,
pub rent: &'b AccountInfo<'a>,
pub system_program: &'b AccountInfo<'a>,
}Expand description
add_sub_account CPI accounts.
Fields§
§main: &'b AccountInfo<'a>§lst_controller: &'b AccountInfo<'a>§admin_permissions: &'b AccountInfo<'a>§admin: &'b AccountInfo<'a>§drift: &'b AccountInfo<'a>§state: &'b AccountInfo<'a>§user_stats: &'b AccountInfo<'a>§user_account: &'b AccountInfo<'a>§rent: &'b AccountInfo<'a>§system_program: &'b AccountInfo<'a>Auto Trait Implementations§
impl<'a, 'b> !RefUnwindSafe for AddSubAccountCpiAccounts<'a, 'b>
impl<'a, 'b> !Send for AddSubAccountCpiAccounts<'a, 'b>
impl<'a, 'b> !Sync for AddSubAccountCpiAccounts<'a, 'b>
impl<'a, 'b> !UnwindSafe for AddSubAccountCpiAccounts<'a, 'b>
impl<'a, 'b> Freeze for AddSubAccountCpiAccounts<'a, 'b>
impl<'a, 'b> Unpin for AddSubAccountCpiAccounts<'a, 'b>
impl<'a, 'b> UnsafeUnpin for AddSubAccountCpiAccounts<'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