Enum iso_8601::ApproxGlobalTime[][src]

pub enum ApproxGlobalTime {
    HMS(GlobalTime<HmsTime>),
    HM(GlobalTime<HmTime>),
    H(GlobalTime<HTime>),
}

Variants

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ApproxGlobalTime
[src]

Formats the value using the given formatter. Read more

impl Timelike for ApproxGlobalTime
[src]

impl FromStr for ApproxGlobalTime
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

Auto Trait Implementations