Struct tiberius::ty::Date [] [src]

pub struct Date(_);

Number of days since January 1 in year 1, with

Panics

max value of 3 bytes (u32::max_value() > 8)

Warning

It isn't recommended to use this If you want to deal with date types, use the chrono feature of this crate instead!

This is merely exported not to limit flexibility

Methods

impl Date
[src]

Trait Implementations

impl Copy for Date
[src]

impl Clone for Date
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Date
[src]

Formats the value using the given formatter.

impl Eq for Date
[src]

impl PartialEq for Date
[src]

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

This method tests for !=.