pub struct SharedAccountsExactOutRouteAccounts<'me, 'info> {Show 13 fields
pub token_program: &'me AccountInfo<'info>,
pub program_authority: &'me AccountInfo<'info>,
pub user_transfer_authority: &'me AccountInfo<'info>,
pub source_token_account: &'me AccountInfo<'info>,
pub program_source_token_account: &'me AccountInfo<'info>,
pub program_destination_token_account: &'me AccountInfo<'info>,
pub destination_token_account: &'me AccountInfo<'info>,
pub source_mint: &'me AccountInfo<'info>,
pub destination_mint: &'me AccountInfo<'info>,
pub platform_fee_account: &'me AccountInfo<'info>,
pub token2022_program: &'me AccountInfo<'info>,
pub event_authority: &'me AccountInfo<'info>,
pub program: &'me AccountInfo<'info>,
}Fields§
§token_program: &'me AccountInfo<'info>§source_token_account: &'me AccountInfo<'info>§program_source_token_account: &'me AccountInfo<'info>§program_destination_token_account: &'me AccountInfo<'info>§destination_token_account: &'me AccountInfo<'info>§source_mint: &'me AccountInfo<'info>§destination_mint: &'me AccountInfo<'info>§platform_fee_account: &'me AccountInfo<'info>§token2022_program: &'me AccountInfo<'info>§program: &'me AccountInfo<'info>Trait Implementations§
Source§fn clone(&self) -> SharedAccountsExactOutRouteAccounts<'me, 'info>
fn clone(&self) -> SharedAccountsExactOutRouteAccounts<'me, 'info>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§fn from(arr: &'me [AccountInfo<'info>; 13]) -> Self
fn from(arr: &'me [AccountInfo<'info>; 13]) -> Self
Converts to this type from the input type.
Source§fn from(accounts: SharedAccountsExactOutRouteAccounts<'_, '_>) -> Self
fn from(accounts: SharedAccountsExactOutRouteAccounts<'_, '_>) -> Self
Converts to this type from the input type.
Source§fn from(accounts: SharedAccountsExactOutRouteAccounts<'_, 'info>) -> Self
fn from(accounts: SharedAccountsExactOutRouteAccounts<'_, 'info>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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