pub struct RevokeAssetDelegateHelperAccounts<'info> {
pub authority_pda: AccountInfo<'info>,
pub collection: AccountInfo<'info>,
pub payer: AccountInfo<'info>,
pub system_program: AccountInfo<'info>,
pub sysvar_instructions: AccountInfo<'info>,
pub mpl_core_program: AccountInfo<'info>,
}Fields§
CHECK: account checked in CPI
collection: AccountInfo<'info>CHECK: account checked in CPI
payer: AccountInfo<'info>CHECK: account checked in CPI
system_program: AccountInfo<'info>CHECK: account checked in CPI
sysvar_instructions: AccountInfo<'info>CHECK: account checked in CPI
mpl_core_program: AccountInfo<'info>CHECK: account checked in CPI
Auto Trait Implementations§
impl<'info> Freeze for RevokeAssetDelegateHelperAccounts<'info>
impl<'info> !RefUnwindSafe for RevokeAssetDelegateHelperAccounts<'info>
impl<'info> !Send for RevokeAssetDelegateHelperAccounts<'info>
impl<'info> !Sync for RevokeAssetDelegateHelperAccounts<'info>
impl<'info> Unpin for RevokeAssetDelegateHelperAccounts<'info>
impl<'info> !UnwindSafe for RevokeAssetDelegateHelperAccounts<'info>
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
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more