pub struct WithdrawalMethodsRequest {
pub asset: Option<String>,
pub asset_class: Option<String>,
pub network: Option<String>,
}
Expand description
A request for all available withdrawal methods for the user.
Fields§
§asset: Option<String>
§asset_class: Option<String>
§network: Option<String>
Implementations§
Trait Implementations§
Source§impl Clone for WithdrawalMethodsRequest
impl Clone for WithdrawalMethodsRequest
Source§fn clone(&self) -> WithdrawalMethodsRequest
fn clone(&self) -> WithdrawalMethodsRequest
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 WithdrawalMethodsRequest
impl Debug for WithdrawalMethodsRequest
Auto Trait Implementations§
impl Freeze for WithdrawalMethodsRequest
impl RefUnwindSafe for WithdrawalMethodsRequest
impl Send for WithdrawalMethodsRequest
impl Sync for WithdrawalMethodsRequest
impl Unpin for WithdrawalMethodsRequest
impl UnwindSafe for WithdrawalMethodsRequest
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