pub struct UpdateDecreasePositionRequest2InstructionAccounts {
pub owner: Pubkey,
pub perpetuals: Pubkey,
pub pool: Pubkey,
pub position: Pubkey,
pub position_request: Pubkey,
pub custody: Pubkey,
pub custody_doves_price_account: Pubkey,
pub custody_pythnet_price_account: Pubkey,
}Fields§
§owner: Pubkey§perpetuals: Pubkey§pool: Pubkey§position: Pubkey§position_request: Pubkey§custody: Pubkey§custody_doves_price_account: Pubkey§custody_pythnet_price_account: PubkeyAuto Trait Implementations§
impl Freeze for UpdateDecreasePositionRequest2InstructionAccounts
impl RefUnwindSafe for UpdateDecreasePositionRequest2InstructionAccounts
impl Send for UpdateDecreasePositionRequest2InstructionAccounts
impl Sync for UpdateDecreasePositionRequest2InstructionAccounts
impl Unpin for UpdateDecreasePositionRequest2InstructionAccounts
impl UnwindSafe for UpdateDecreasePositionRequest2InstructionAccounts
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