Struct iso8601::DateTime[][src]

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

Compound struct, hold Date and Time

duh!

Fields

Trait Implementations

impl Display for DateTime
[src]

Formats the value using the given formatter. Read more

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 Debug for DateTime
[src]

Formats the value using the given formatter. Read more

impl Copy for DateTime
[src]

impl Clone for DateTime
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for DateTime
[src]

Returns the "default value" for a type. Read more

impl FromStr for DateTime
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

Auto Trait Implementations

impl Send for DateTime

impl Sync for DateTime