pub struct LimitSwapComputation {
pub amount_in: u64,
pub fee_amount: u64,
pub amount_out: u64,
}
Fields§
§amount_in: u64
§fee_amount: u64
§amount_out: u64
Trait Implementations§
Source§impl Debug for LimitSwapComputation
impl Debug for LimitSwapComputation
Source§impl Default for LimitSwapComputation
impl Default for LimitSwapComputation
Source§fn default() -> LimitSwapComputation
fn default() -> LimitSwapComputation
Returns the “default value” for a type. Read more
Source§impl PartialEq for LimitSwapComputation
impl PartialEq for LimitSwapComputation
impl StructuralPartialEq for LimitSwapComputation
Auto Trait Implementations§
impl Freeze for LimitSwapComputation
impl RefUnwindSafe for LimitSwapComputation
impl Send for LimitSwapComputation
impl Sync for LimitSwapComputation
impl Unpin for LimitSwapComputation
impl UnwindSafe for LimitSwapComputation
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