pub struct CloseGroupV1CpiAccounts<'a, 'b> {
pub group: &'b AccountInfo<'a>,
pub payer: &'b AccountInfo<'a>,
pub authority: Option<&'b AccountInfo<'a>>,
}Expand description
close_group_v1 CPI accounts.
Fields§
§group: &'b AccountInfo<'a>The address of the group to close
payer: &'b AccountInfo<'a>The account receiving reclaimed lamports
The update authority of the group
Auto Trait Implementations§
impl<'a, 'b> Freeze for CloseGroupV1CpiAccounts<'a, 'b>
impl<'a, 'b> !RefUnwindSafe for CloseGroupV1CpiAccounts<'a, 'b>
impl<'a, 'b> !Send for CloseGroupV1CpiAccounts<'a, 'b>
impl<'a, 'b> !Sync for CloseGroupV1CpiAccounts<'a, 'b>
impl<'a, 'b> Unpin for CloseGroupV1CpiAccounts<'a, 'b>
impl<'a, 'b> UnsafeUnpin for CloseGroupV1CpiAccounts<'a, 'b>
impl<'a, 'b> !UnwindSafe for CloseGroupV1CpiAccounts<'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