Enum iso_8601::AnyTime[][src]

pub enum AnyTime<N = HmsTime> where
    N: NaiveTime
{ Global(GlobalTime<N>), Local(LocalTime<N>), }

Variants

Trait Implementations

impl<N: PartialEq> PartialEq for AnyTime<N> where
    N: NaiveTime
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<N: Clone> Clone for AnyTime<N> where
    N: NaiveTime
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<N: Debug> Debug for AnyTime<N> where
    N: NaiveTime
[src]

Formats the value using the given formatter. Read more

impl<N: NaiveTime> Timelike for AnyTime<N>
[src]

impl FromStr for AnyTime<HmsTime>
[src]

The associated error which can be returned from parsing.

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

impl FromStr for AnyTime<HmTime>
[src]

The associated error which can be returned from parsing.

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

impl FromStr for AnyTime<HTime>
[src]

The associated error which can be returned from parsing.

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

impl<N> Valid for AnyTime<N> where
    N: NaiveTime + Valid
[src]

impl From<AnyTime<HmsTime>> for AnyTime<HmTime>
[src]

Performs the conversion.

impl From<AnyTime<HmsTime>> for AnyTime<HTime>
[src]

Performs the conversion.

impl From<AnyTime<HmTime>> for AnyTime<HTime>
[src]

Performs the conversion.

Auto Trait Implementations

impl<N> Send for AnyTime<N> where
    N: Send

impl<N> Sync for AnyTime<N> where
    N: Sync