pub struct SwapResult {
pub token_a: u64,
pub token_b: u64,
pub fee_amount: u64,
pub next_sqrt_price: u128,
}
Fields§
§token_a: u64
§token_b: u64
§fee_amount: u64
§next_sqrt_price: u128
Auto Trait Implementations§
impl Freeze for SwapResult
impl RefUnwindSafe for SwapResult
impl Send for SwapResult
impl Sync for SwapResult
impl Unpin for SwapResult
impl UnwindSafe for SwapResult
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