Struct tulipv2_sdk_common::config::strategy::withdraw::PlatformConfigAddresses
source · [−]pub struct PlatformConfigAddresses {
pub vault: Pubkey,
pub vault_pda: Pubkey,
pub information_account: Pubkey,
pub config_data_account: Pubkey,
pub shares_mint: Pubkey,
pub underlying_deposit_queue: Pubkey,
pub lending_program: Pubkey,
}Fields
vault: Pubkeyvault_pda: Pubkeyinformation_account: Pubkeyconfig_data_account: Pubkeyunderlying_deposit_queue: Pubkeylending_program: PubkeyTrait Implementations
sourceimpl Clone for PlatformConfigAddresses
impl Clone for PlatformConfigAddresses
sourcefn clone(&self) -> PlatformConfigAddresses
fn clone(&self) -> PlatformConfigAddresses
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PlatformConfigAddresses
Auto Trait Implementations
impl RefUnwindSafe for PlatformConfigAddresses
impl Send for PlatformConfigAddresses
impl Sync for PlatformConfigAddresses
impl Unpin for PlatformConfigAddresses
impl UnwindSafe for PlatformConfigAddresses
Blanket Implementations
impl<T> AbiExample for T
impl<T> AbiExample for T
default fn example() -> T
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more