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