pub struct LoopLongParams {
pub exposure_asset: String,
pub backing_asset: String,
pub market_id: String,
pub is_increase: bool,
pub exposure_amount: String,
pub max_swap_backing_amount: String,
pub max_provided_backing_amount: String,
pub pool_fee: u64,
pub network: String,
}Fields§
§exposure_asset: String§backing_asset: String§market_id: String§is_increase: bool§exposure_amount: String§max_swap_backing_amount: String§max_provided_backing_amount: String§pool_fee: u64§network: StringTrait Implementations§
Source§impl Debug for LoopLongParams
impl Debug for LoopLongParams
Auto Trait Implementations§
impl Freeze for LoopLongParams
impl RefUnwindSafe for LoopLongParams
impl Send for LoopLongParams
impl Sync for LoopLongParams
impl Unpin for LoopLongParams
impl UnsafeUnpin for LoopLongParams
impl UnwindSafe for LoopLongParams
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