pub struct DeletePositionBundleCpiAccounts<'a, 'b> {
pub position_bundle: &'b AccountInfo<'a>,
pub position_bundle_mint: &'b AccountInfo<'a>,
pub position_bundle_token_account: &'b AccountInfo<'a>,
pub position_bundle_owner: &'b AccountInfo<'a>,
pub receiver: &'b AccountInfo<'a>,
pub token_program: &'b AccountInfo<'a>,
}Expand description
delete_position_bundle CPI accounts.
Fields§
§position_bundle: &'b AccountInfo<'a>§position_bundle_mint: &'b AccountInfo<'a>§position_bundle_token_account: &'b AccountInfo<'a>§position_bundle_owner: &'b AccountInfo<'a>§receiver: &'b AccountInfo<'a>§token_program: &'b AccountInfo<'a>Auto Trait Implementations§
impl<'a, 'b> !RefUnwindSafe for DeletePositionBundleCpiAccounts<'a, 'b>
impl<'a, 'b> !Send for DeletePositionBundleCpiAccounts<'a, 'b>
impl<'a, 'b> !Sync for DeletePositionBundleCpiAccounts<'a, 'b>
impl<'a, 'b> !UnwindSafe for DeletePositionBundleCpiAccounts<'a, 'b>
impl<'a, 'b> Freeze for DeletePositionBundleCpiAccounts<'a, 'b>
impl<'a, 'b> Unpin for DeletePositionBundleCpiAccounts<'a, 'b>
impl<'a, 'b> UnsafeUnpin for DeletePositionBundleCpiAccounts<'a, 'b>
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