Struct gedcomx_date::Recurring [] [src]

pub struct Recurring {
    pub start: DateTime,
    pub end: DateTimeOrDuration,
    pub count: Option<u32>,
}

Recurring

Fields

Trait Implementations

impl Eq for Recurring
[src]

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

Formats the value using the given formatter.

impl Copy for Recurring
[src]

impl Clone for Recurring
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more