pub struct RecoverNestedInstructionAccounts {
pub nested_associated_account_address: Pubkey,
pub nested_token_mint_address: Pubkey,
pub destination_associated_account_address: Pubkey,
pub owner_associated_account_address: Pubkey,
pub owner_token_mint_address: Pubkey,
pub wallet_address: Pubkey,
pub token_program: Pubkey,
}Fields§
§nested_associated_account_address: Pubkey§nested_token_mint_address: Pubkey§destination_associated_account_address: Pubkey§owner_associated_account_address: Pubkey§owner_token_mint_address: Pubkey§wallet_address: Pubkey§token_program: PubkeyAuto Trait Implementations§
impl Freeze for RecoverNestedInstructionAccounts
impl RefUnwindSafe for RecoverNestedInstructionAccounts
impl Send for RecoverNestedInstructionAccounts
impl Sync for RecoverNestedInstructionAccounts
impl Unpin for RecoverNestedInstructionAccounts
impl UnwindSafe for RecoverNestedInstructionAccounts
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