pub struct FetchDepositAddressListWithNetworkResponseInner {
pub coin: Option<String>,
pub address: Option<String>,
pub tag: Option<String>,
pub is_default: Option<i64>,
}Fields§
§coin: Option<String>§address: Option<String>§tag: Option<String>§is_default: Option<i64>Implementations§
Trait Implementations§
Source§impl Clone for FetchDepositAddressListWithNetworkResponseInner
impl Clone for FetchDepositAddressListWithNetworkResponseInner
Source§fn clone(&self) -> FetchDepositAddressListWithNetworkResponseInner
fn clone(&self) -> FetchDepositAddressListWithNetworkResponseInner
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 FetchDepositAddressListWithNetworkResponseInner
impl Default for FetchDepositAddressListWithNetworkResponseInner
Source§fn default() -> FetchDepositAddressListWithNetworkResponseInner
fn default() -> FetchDepositAddressListWithNetworkResponseInner
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FetchDepositAddressListWithNetworkResponseInner
impl<'de> Deserialize<'de> for FetchDepositAddressListWithNetworkResponseInner
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 FetchDepositAddressListWithNetworkResponseInner
impl PartialEq for FetchDepositAddressListWithNetworkResponseInner
Source§fn eq(&self, other: &FetchDepositAddressListWithNetworkResponseInner) -> bool
fn eq(&self, other: &FetchDepositAddressListWithNetworkResponseInner) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FetchDepositAddressListWithNetworkResponseInner
Auto Trait Implementations§
impl Freeze for FetchDepositAddressListWithNetworkResponseInner
impl RefUnwindSafe for FetchDepositAddressListWithNetworkResponseInner
impl Send for FetchDepositAddressListWithNetworkResponseInner
impl Sync for FetchDepositAddressListWithNetworkResponseInner
impl Unpin for FetchDepositAddressListWithNetworkResponseInner
impl UnsafeUnpin for FetchDepositAddressListWithNetworkResponseInner
impl UnwindSafe for FetchDepositAddressListWithNetworkResponseInner
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