pub struct AddAssetToExternalWalletRequestOneOf {
pub address: String,
pub tag: Option<String>,
}
Fields§
§address: String
The wallet’s address (or xpub) of the wallet
tag: Option<String>
For XRP wallets, the destination tag; for EOS/XLM, the memo; for the fiat providers (BLINC by BCB Group), the Bank Transfer Description
Implementations§
Source§impl AddAssetToExternalWalletRequestOneOf
impl AddAssetToExternalWalletRequestOneOf
pub fn new(address: String) -> AddAssetToExternalWalletRequestOneOf
Trait Implementations§
Source§impl Clone for AddAssetToExternalWalletRequestOneOf
impl Clone for AddAssetToExternalWalletRequestOneOf
Source§fn clone(&self) -> AddAssetToExternalWalletRequestOneOf
fn clone(&self) -> AddAssetToExternalWalletRequestOneOf
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 Default for AddAssetToExternalWalletRequestOneOf
impl Default for AddAssetToExternalWalletRequestOneOf
Source§fn default() -> AddAssetToExternalWalletRequestOneOf
fn default() -> AddAssetToExternalWalletRequestOneOf
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AddAssetToExternalWalletRequestOneOf
impl<'de> Deserialize<'de> for AddAssetToExternalWalletRequestOneOf
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
Source§impl PartialEq for AddAssetToExternalWalletRequestOneOf
impl PartialEq for AddAssetToExternalWalletRequestOneOf
Source§fn eq(&self, other: &AddAssetToExternalWalletRequestOneOf) -> bool
fn eq(&self, other: &AddAssetToExternalWalletRequestOneOf) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for AddAssetToExternalWalletRequestOneOf
Auto Trait Implementations§
impl Freeze for AddAssetToExternalWalletRequestOneOf
impl RefUnwindSafe for AddAssetToExternalWalletRequestOneOf
impl Send for AddAssetToExternalWalletRequestOneOf
impl Sync for AddAssetToExternalWalletRequestOneOf
impl Unpin for AddAssetToExternalWalletRequestOneOf
impl UnwindSafe for AddAssetToExternalWalletRequestOneOf
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