Struct iso_8601::HmTime[][src]

pub struct HmTime {
    pub hour: u8,
    pub minute: u8,
}

A specific hour and minute (4.2.2.3a)

Fields

Trait Implementations

impl Eq for HmTime
[src]

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for HmTime
[src]

Formats the value using the given formatter. Read more

impl NaiveTime for HmTime
[src]

impl Valid for HmTime
[src]

impl From<HmsTime> for HmTime
[src]

Performs the conversion.

impl From<HmTime> for HTime
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for HmTime

impl Sync for HmTime