Struct iso_8601::DateTime[][src]

pub struct DateTime {
    pub date: Date,
    pub time: Time,
}

Fields

Trait Implementations

impl Eq for DateTime
[src]

impl PartialEq for DateTime
[src]

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

This method tests for !=.

impl Clone for DateTime
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for DateTime
[src]

impl Debug for DateTime
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for DateTime

impl Sync for DateTime