pub struct PrincipalProtectionAccountsV1 {
pub lending_keys: LendingKeys,
pub options_keys: OptionsContractKeys,
pub lending_shares_pool: Pubkey,
pub deposit_into_lending_ata: Pubkey,
pub extra_key1: Pubkey,
pub extra_key2: Pubkey,
pub extra_key3: Pubkey,
pub extra_key4: Pubkey,
pub extra_key5: Pubkey,
pub extra_key6: Pubkey,
pub extra_key7: Pubkey,
}Fields§
§lending_keys: LendingKeys§options_keys: OptionsContractKeys§deposit_into_lending_ata: Pubkey§extra_key1: Pubkey§extra_key2: Pubkey§extra_key3: Pubkey§extra_key4: Pubkey§extra_key5: Pubkey§extra_key6: Pubkey§extra_key7: PubkeyImplementations§
Trait Implementations§
Source§impl Clone for PrincipalProtectionAccountsV1
impl Clone for PrincipalProtectionAccountsV1
Source§fn clone(&self) -> PrincipalProtectionAccountsV1
fn clone(&self) -> PrincipalProtectionAccountsV1
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PrincipalProtectionAccountsV1
Auto Trait Implementations§
impl Freeze for PrincipalProtectionAccountsV1
impl RefUnwindSafe for PrincipalProtectionAccountsV1
impl Send for PrincipalProtectionAccountsV1
impl Sync for PrincipalProtectionAccountsV1
impl Unpin for PrincipalProtectionAccountsV1
impl UnwindSafe for PrincipalProtectionAccountsV1
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> 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