Enum iso_8601::ApproxLocalTime[][src]

pub enum ApproxLocalTime {
    HMS(LocalTime<HmsTime>),
    HM(LocalTime<HmTime>),
    H(LocalTime<HTime>),
}

Variants

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ApproxLocalTime
[src]

Formats the value using the given formatter. Read more

impl Timelike for ApproxLocalTime
[src]

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