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