Struct coinbase_api::Decimal[][src]

pub struct Decimal(_);

A decimal number with full precision.

Methods

impl Decimal
[src]

Trait Implementations

impl Debug for Decimal
[src]

Formats the value using the given formatter. Read more

impl From<f32> for Decimal
[src]

Performs the conversion.

impl From<f64> for Decimal
[src]

Performs the conversion.

impl From<i8> for Decimal
[src]

Performs the conversion.

impl From<i16> for Decimal
[src]

Performs the conversion.

impl From<i32> for Decimal
[src]

Performs the conversion.

impl From<i64> for Decimal
[src]

Performs the conversion.

impl From<isize> for Decimal
[src]

Performs the conversion.

impl From<u8> for Decimal
[src]

Performs the conversion.

impl From<u16> for Decimal
[src]

Performs the conversion.

impl From<u32> for Decimal
[src]

Performs the conversion.

impl From<u64> for Decimal
[src]

Performs the conversion.

impl From<usize> for Decimal
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Decimal

impl Sync for Decimal