Enum iso_8601::ApproxAnyTime[][src]

pub enum ApproxAnyTime {
    HMS(AnyTime<HmsTime>),
    HM(AnyTime<HmTime>),
    H(AnyTime<HTime>),
}

Variants

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ApproxAnyTime
[src]

Formats the value using the given formatter. Read more

impl Timelike for ApproxAnyTime
[src]

impl FromStr for ApproxAnyTime
[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