Struct gedcomx_date::Duration [] [src]

pub struct Duration {
    pub years: u32,
    pub months: u32,
    pub days: u32,
    pub hours: u32,
    pub minutes: u32,
    pub seconds: u32,
}

Duration

Fields

Trait Implementations

impl Eq for Duration
[src]

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

Formats the value using the given formatter.

impl Copy for Duration
[src]

impl Clone for Duration
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more