Struct iso_8601::HTime[][src]

pub struct HTime {
    pub hour: u8,
}

A specific hour (4.2.2.3b)

Fields

Trait Implementations

impl Eq for HTime
[src]

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for HTime
[src]

Formats the value using the given formatter. Read more

impl NaiveTime for HTime
[src]

impl Valid for HTime
[src]

impl From<HmsTime> for HTime
[src]

Performs the conversion.

impl From<HmTime> for HTime
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for HTime

impl Sync for HTime