Struct coinbase_client::private_client::Fees [−][src]
pub struct Fees { /* fields omitted */ }Expand description
a structure that represents your current maker & taker fee rates, as well as your 30-day trailing volume
Trait 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 Feesimpl UnwindSafe for Fees