pub struct AddBackingParams {
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 AddBackingParams
impl Debug for AddBackingParams
Auto Trait Implementations§
impl Freeze for AddBackingParams
impl RefUnwindSafe for AddBackingParams
impl Send for AddBackingParams
impl Sync for AddBackingParams
impl Unpin for AddBackingParams
impl UnsafeUnpin for AddBackingParams
impl UnwindSafe for AddBackingParams
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