pub struct RequestWithdrawalPayload {
pub address: String,
pub blockchain: Blockchain,
pub client_id: Option<String>,
pub quantity: Decimal,
pub symbol: String,
pub two_factor_token: Option<String>,
pub auto_lend_redeem: Option<bool>,
pub auto_borrow: Option<bool>,
}Fields§
§address: String§blockchain: Blockchain§client_id: Option<String>§quantity: Decimal§symbol: String§two_factor_token: Option<String>§auto_lend_redeem: Option<bool>§auto_borrow: Option<bool>Trait Implementations§
Source§impl Clone for RequestWithdrawalPayload
impl Clone for RequestWithdrawalPayload
Source§fn clone(&self) -> RequestWithdrawalPayload
fn clone(&self) -> RequestWithdrawalPayload
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RequestWithdrawalPayload
impl Debug for RequestWithdrawalPayload
Source§impl Default for RequestWithdrawalPayload
impl Default for RequestWithdrawalPayload
Source§fn default() -> RequestWithdrawalPayload
fn default() -> RequestWithdrawalPayload
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RequestWithdrawalPayload
impl<'de> Deserialize<'de> for RequestWithdrawalPayload
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for RequestWithdrawalPayload
impl RefUnwindSafe for RequestWithdrawalPayload
impl Send for RequestWithdrawalPayload
impl Sync for RequestWithdrawalPayload
impl Unpin for RequestWithdrawalPayload
impl UnwindSafe for RequestWithdrawalPayload
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)