Struct iso_8601::Time[][src]

pub struct Time {
    pub hour: u8,
    pub minute: u8,
    pub second: u8,
    pub nanos: u32,
    pub tz_offset: i16,
}

Fields

minutes

Trait Implementations

impl Eq for Time
[src]

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Time
[src]

impl Debug for Time
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Time

impl Sync for Time