Struct zoneinfo_compiled::parser::LeapSecondData [] [src]

pub struct LeapSecondData {
    pub timestamp: i32,
    pub leap_second_count: u32,
}

Fields

The time, as a number of seconds, at which a leap second occurs.

Number of leap seconds to be added.

Trait Implementations

impl Debug for LeapSecondData
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for LeapSecondData
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for LeapSecondData
[src]

impl Clone for LeapSecondData
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more