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