pub struct AddCollectionsToGroupV1CpiAccounts<'a, 'b> {
pub group: &'b AccountInfo<'a>,
pub payer: &'b AccountInfo<'a>,
pub authority: Option<&'b AccountInfo<'a>>,
pub system_program: &'b AccountInfo<'a>,
}Expand description
add_collections_to_group_v1 CPI accounts.
Fields§
§group: &'b AccountInfo<'a>The address of the group to modify
payer: &'b AccountInfo<'a>The account paying for storage fees
The group update authority and collection update authority or delegate
system_program: &'b AccountInfo<'a>The system program
Auto Trait Implementations§
impl<'a, 'b> Freeze for AddCollectionsToGroupV1CpiAccounts<'a, 'b>
impl<'a, 'b> !RefUnwindSafe for AddCollectionsToGroupV1CpiAccounts<'a, 'b>
impl<'a, 'b> !Send for AddCollectionsToGroupV1CpiAccounts<'a, 'b>
impl<'a, 'b> !Sync for AddCollectionsToGroupV1CpiAccounts<'a, 'b>
impl<'a, 'b> Unpin for AddCollectionsToGroupV1CpiAccounts<'a, 'b>
impl<'a, 'b> UnsafeUnpin for AddCollectionsToGroupV1CpiAccounts<'a, 'b>
impl<'a, 'b> !UnwindSafe for AddCollectionsToGroupV1CpiAccounts<'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