pub struct WithdrawMethodsRequest {
pub asset: Option<String>,
pub aclass: Option<String>,
pub network: Option<String>,
}Expand description
Request for available withdrawal methods.
Fields§
§asset: Option<String>Asset (e.g., “XBT”, “ETH”).
aclass: Option<String>Asset class.
network: Option<String>Network name.
Trait Implementations§
Source§impl Clone for WithdrawMethodsRequest
impl Clone for WithdrawMethodsRequest
Source§fn clone(&self) -> WithdrawMethodsRequest
fn clone(&self) -> WithdrawMethodsRequest
Returns a duplicate 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 WithdrawMethodsRequest
impl Debug for WithdrawMethodsRequest
Source§impl Default for WithdrawMethodsRequest
impl Default for WithdrawMethodsRequest
Source§fn default() -> WithdrawMethodsRequest
fn default() -> WithdrawMethodsRequest
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for WithdrawMethodsRequest
impl RefUnwindSafe for WithdrawMethodsRequest
impl Send for WithdrawMethodsRequest
impl Sync for WithdrawMethodsRequest
impl Unpin for WithdrawMethodsRequest
impl UnwindSafe for WithdrawMethodsRequest
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