Struct hdbconnect::types::HdbDecimal [] [src]

pub struct HdbDecimal { /* fields omitted */ }

Representation of HANA's DECIMAL type.

Methods

impl HdbDecimal
[src]

[src]

Parse from a string representation.

[src]

Creates a HdbDecimal from a rust_decimal::Decimal.

[src]

Converts into a rust_decimal::Decimal representation.

[src]

Returns a rust_decimal::Decimal representation.

Trait Implementations

impl Clone for HdbDecimal
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for HdbDecimal
[src]

[src]

Formats the value using the given formatter.

impl Display for HdbDecimal
[src]

[src]

Formats the value using the given formatter. Read more