Struct binance::rest_model::DepositAddressQuery
source · [−]Fields
coin: Stringnetwork: Option<String>If network is not send, return with default network of the coin.
You can get network and isDefault in networkList in the response [Wallet::all_coin_info]
Trait Implementations
sourceimpl Clone for DepositAddressQuery
impl Clone for DepositAddressQuery
sourcefn clone(&self) -> DepositAddressQuery
fn clone(&self) -> DepositAddressQuery
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DepositAddressQuery
impl Debug for DepositAddressQuery
sourceimpl Default for DepositAddressQuery
impl Default for DepositAddressQuery
sourcefn default() -> DepositAddressQuery
fn default() -> DepositAddressQuery
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for DepositAddressQuery
impl<'de> Deserialize<'de> for DepositAddressQuery
sourcefn 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
sourceimpl Serialize for DepositAddressQuery
impl Serialize for DepositAddressQuery
Auto Trait Implementations
impl RefUnwindSafe for DepositAddressQuery
impl Send for DepositAddressQuery
impl Sync for DepositAddressQuery
impl Unpin for DepositAddressQuery
impl UnwindSafe for DepositAddressQuery
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more