pub struct WithdrawParams {
pub amount: String,
pub asset: String,
pub network: String,
pub protocol: String,
pub market: Option<String>,
}Fields§
§amount: String§asset: String§network: String§protocol: String§market: Option<String>Trait Implementations§
Source§impl Debug for WithdrawParams
impl Debug for WithdrawParams
Auto Trait Implementations§
impl Freeze for WithdrawParams
impl RefUnwindSafe for WithdrawParams
impl Send for WithdrawParams
impl Sync for WithdrawParams
impl Unpin for WithdrawParams
impl UnsafeUnpin for WithdrawParams
impl UnwindSafe for WithdrawParams
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