Struct binance::rest_model::WalletCoinInfo
source · [−]pub struct WalletCoinInfo {Show 14 fields
pub coin: String,
pub deposit_all_enable: bool,
pub free: f64,
pub freeze: f64,
pub ipoable: f64,
pub ipoing: f64,
pub is_legal_money: bool,
pub locked: f64,
pub name: String,
pub network_list: Vec<CoinNetwork>,
pub storage: f64,
pub trading: bool,
pub withdraw_all_enable: bool,
pub withdrawing: f64,
}Fields
coin: Stringdeposit_all_enable: boolfree: f64freeze: f64ipoable: f64ipoing: f64is_legal_money: boollocked: f64name: Stringnetwork_list: Vec<CoinNetwork>storage: f64trading: boolwithdraw_all_enable: boolwithdrawing: f64Trait Implementations
sourceimpl Clone for WalletCoinInfo
impl Clone for WalletCoinInfo
sourcefn clone(&self) -> WalletCoinInfo
fn clone(&self) -> WalletCoinInfo
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 WalletCoinInfo
impl Debug for WalletCoinInfo
sourceimpl<'de> Deserialize<'de> for WalletCoinInfo
impl<'de> Deserialize<'de> for WalletCoinInfo
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 WalletCoinInfo
impl Serialize for WalletCoinInfo
Auto Trait Implementations
impl RefUnwindSafe for WalletCoinInfo
impl Send for WalletCoinInfo
impl Sync for WalletCoinInfo
impl Unpin for WalletCoinInfo
impl UnwindSafe for WalletCoinInfo
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