Struct hdbconnect::types::LongDate [] [src]

pub struct LongDate(_);

Implementation of HANA's LongDate.

The type is used internally to implement serialization to the wire. It is agnostic of timezones.

Methods

impl LongDate
[src]

[src]

Factory method for LongDate with all fields.

[src]

Factory method for LongDate up to second precision.

[src]

Factory method for LongDate up to day precision.

[src]

Convert into tuple of "elements".

Trait Implementations

impl Clone for LongDate
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for LongDate
[src]

[src]

Formats the value using the given formatter.

impl Display for LongDate
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq<LongDate> for LongDate
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.