pub struct UpdatePositionOperator {
pub position: Pubkey,
pub owner: Pubkey,
pub event_authority: Pubkey,
pub program: Pubkey,
}Expand description
Accounts.
Fields§
§position: Pubkey§owner: Pubkey§program: PubkeyImplementations§
Source§impl UpdatePositionOperator
impl UpdatePositionOperator
pub fn instruction( &self, args: UpdatePositionOperatorInstructionArgs, ) -> Instruction
pub fn instruction_with_remaining_accounts( &self, args: UpdatePositionOperatorInstructionArgs, remaining_accounts: &[AccountMeta], ) -> Instruction
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UpdatePositionOperator
impl RefUnwindSafe for UpdatePositionOperator
impl Send for UpdatePositionOperator
impl Sync for UpdatePositionOperator
impl Unpin for UpdatePositionOperator
impl UnsafeUnpin for UpdatePositionOperator
impl UnwindSafe for UpdatePositionOperator
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