pub struct WithdrawBackingParams {
pub exposure_asset: String,
pub backing_asset: String,
pub market_id: String,
pub amount: String,
pub is_short: bool,
pub network: String,
}Fields§
§exposure_asset: String§backing_asset: String§market_id: String§amount: String§is_short: bool§network: StringTrait Implementations§
Source§impl Debug for WithdrawBackingParams
impl Debug for WithdrawBackingParams
Auto Trait Implementations§
impl Freeze for WithdrawBackingParams
impl RefUnwindSafe for WithdrawBackingParams
impl Send for WithdrawBackingParams
impl Sync for WithdrawBackingParams
impl Unpin for WithdrawBackingParams
impl UnsafeUnpin for WithdrawBackingParams
impl UnwindSafe for WithdrawBackingParams
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