Struct clmm_common::math::clmm_math::SwapStepResult
source · [−]pub struct SwapStepResult {
pub next_sqrt_price: u128,
pub amount_in: u64,
pub amount_out: u64,
pub fee_amount: u64,
}Fields
next_sqrt_price: u128amount_in: u64amount_out: u64fee_amount: u64Auto Trait Implementations
impl RefUnwindSafe for SwapStepResult
impl Send for SwapStepResult
impl Sync for SwapStepResult
impl Unpin for SwapStepResult
impl UnwindSafe for SwapStepResult
Blanket Implementations
impl<T> AbiExample for T
impl<T> AbiExample for T
default fn example() -> T
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more