Enum gedcomx_date::GedcomxDate [] [src]

pub enum GedcomxDate {
    Simple(Simple),
    Range(Range),
    Recurring(Recurring),
}

Gedcomx date Enum that holds the three types of gedcomx dates

Variants

Recurring date. See 5.6 Recurring date.

Methods

impl GedcomxDate
[src]

GedxomxDate implementation. You can match over the parse result, or use these methods.

Trait Implementations

impl Eq for GedcomxDate
[src]

impl PartialEq for GedcomxDate
[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 GedcomxDate
[src]

Formats the value using the given formatter.

impl Copy for GedcomxDate
[src]

impl Clone for GedcomxDate
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more