Struct gedcomx_date::DateTime [] [src]

pub struct DateTime {
    pub date: Date,
    pub time: Option<Time>,
}

DateTime, same as simple date, but cannot be approximate. Used for ranges and approximate

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

Formats the value using the given formatter.

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