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

pub struct HdbDecimal { /* fields omitted */ }

Representation of HANA's DECIMAL type.

Methods

impl HdbDecimal
[src]

Parse from a string representation.

Creates a HdbDecimal from a rust_decimal::Decimal.

Converts into a rust_decimal::Decimal representation.

Returns a rust_decimal::Decimal representation.

Trait Implementations

impl Clone for HdbDecimal
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for HdbDecimal
[src]

Formats the value using the given formatter. Read more

impl Display for HdbDecimal
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for HdbDecimal

impl Sync for HdbDecimal