pub struct AcceptAuthorityTransferCpiAccounts<'a, 'b> {
pub whitelist_account: &'b AccountInfo<'a>,
pub pending_whitelist_authority: &'b AccountInfo<'a>,
}Expand description
accept_authority_transfer CPI accounts.
Fields§
§whitelist_account: &'b AccountInfo<'a>The whitelist account
The pending whitelist authority
Auto Trait Implementations§
impl<'a, 'b> !RefUnwindSafe for AcceptAuthorityTransferCpiAccounts<'a, 'b>
impl<'a, 'b> !Send for AcceptAuthorityTransferCpiAccounts<'a, 'b>
impl<'a, 'b> !Sync for AcceptAuthorityTransferCpiAccounts<'a, 'b>
impl<'a, 'b> !UnwindSafe for AcceptAuthorityTransferCpiAccounts<'a, 'b>
impl<'a, 'b> Freeze for AcceptAuthorityTransferCpiAccounts<'a, 'b>
impl<'a, 'b> Unpin for AcceptAuthorityTransferCpiAccounts<'a, 'b>
impl<'a, 'b> UnsafeUnpin for AcceptAuthorityTransferCpiAccounts<'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