Struct iso_8601::HmsTime[][src]

pub struct HmsTime {
    pub hour: u8,
    pub minute: u8,
    pub second: u8,
}

Local time (4.2.2.2)

Fields

Trait Implementations

impl Eq for HmsTime
[src]

impl PartialEq for HmsTime
[src]

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

This method tests for !=.

impl Clone for HmsTime
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for HmsTime
[src]

Formats the value using the given formatter. Read more

impl NaiveTime for HmsTime
[src]

impl Valid for HmsTime
[src]

Accepts leap seconds on any day since they are not predictable.

impl From<HmsTime> for HmTime
[src]

Performs the conversion.

impl From<HmsTime> for HTime
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for HmsTime

impl Sync for HmsTime