Struct coinbase_client::private_client::Account [−][src]
pub struct Account {
pub id: String,
pub currency: String,
pub balance: f64,
pub available: f64,
pub hold: f64,
pub profile_id: String,
pub trading_enabled: bool,
}Fields
id: Stringcurrency: Stringbalance: f64available: f64hold: f64profile_id: Stringtrading_enabled: boolTrait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Accountimpl UnwindSafe for Account