pub struct WithdrawalInfoRequest {
pub asset: String,
pub key: String,
pub amount: Decimal,
}
Expand description
A request for the limit, amount and fee to withdraw asset.
Fields§
§asset: String
§key: String
§amount: Decimal
Implementations§
Trait Implementations§
Source§impl Clone for WithdrawalInfoRequest
impl Clone for WithdrawalInfoRequest
Source§fn clone(&self) -> WithdrawalInfoRequest
fn clone(&self) -> WithdrawalInfoRequest
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for WithdrawalInfoRequest
impl Debug for WithdrawalInfoRequest
Auto Trait Implementations§
impl Freeze for WithdrawalInfoRequest
impl RefUnwindSafe for WithdrawalInfoRequest
impl Send for WithdrawalInfoRequest
impl Sync for WithdrawalInfoRequest
impl Unpin for WithdrawalInfoRequest
impl UnwindSafe for WithdrawalInfoRequest
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