pub struct RemoveCollectionsFromGroupV1 {
pub group: Pubkey,
pub payer: Pubkey,
pub authority: Option<Pubkey>,
pub system_program: Pubkey,
}Expand description
Accounts.
Fields§
§group: PubkeyThe address of the group to modify
payer: PubkeyThe account paying for storage fees
The group update authority and collection update authority or delegate
system_program: PubkeyThe system program
Implementations§
Source§impl RemoveCollectionsFromGroupV1
impl RemoveCollectionsFromGroupV1
pub fn instruction( &self, args: RemoveCollectionsFromGroupV1InstructionArgs, ) -> Instruction
pub fn instruction_with_remaining_accounts( &self, args: RemoveCollectionsFromGroupV1InstructionArgs, remaining_accounts: &[AccountMeta], ) -> Instruction
Auto Trait Implementations§
impl Freeze for RemoveCollectionsFromGroupV1
impl RefUnwindSafe for RemoveCollectionsFromGroupV1
impl Send for RemoveCollectionsFromGroupV1
impl Sync for RemoveCollectionsFromGroupV1
impl Unpin for RemoveCollectionsFromGroupV1
impl UnsafeUnpin for RemoveCollectionsFromGroupV1
impl UnwindSafe for RemoveCollectionsFromGroupV1
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