pub enum AddAssetToExternalWalletRequest {
AddAssetToExternalWalletRequestOneOf(AddAssetToExternalWalletRequestOneOf),
AddAssetToExternalWalletRequestOneOf1(AddAssetToExternalWalletRequestOneOf1),
}
Variants§
AddAssetToExternalWalletRequestOneOf(AddAssetToExternalWalletRequestOneOf)
AddAssetToExternalWalletRequestOneOf1(AddAssetToExternalWalletRequestOneOf1)
Trait Implementations§
Source§impl Clone for AddAssetToExternalWalletRequest
impl Clone for AddAssetToExternalWalletRequest
Source§fn clone(&self) -> AddAssetToExternalWalletRequest
fn clone(&self) -> AddAssetToExternalWalletRequest
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<'de> Deserialize<'de> for AddAssetToExternalWalletRequest
impl<'de> Deserialize<'de> for AddAssetToExternalWalletRequest
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 AddAssetToExternalWalletRequest
impl PartialEq for AddAssetToExternalWalletRequest
Source§fn eq(&self, other: &AddAssetToExternalWalletRequest) -> bool
fn eq(&self, other: &AddAssetToExternalWalletRequest) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for AddAssetToExternalWalletRequest
Auto Trait Implementations§
impl Freeze for AddAssetToExternalWalletRequest
impl RefUnwindSafe for AddAssetToExternalWalletRequest
impl Send for AddAssetToExternalWalletRequest
impl Sync for AddAssetToExternalWalletRequest
impl Unpin for AddAssetToExternalWalletRequest
impl UnwindSafe for AddAssetToExternalWalletRequest
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