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