Struct iso_8601::LocalTime[][src]

pub struct LocalTime<N = HmsTime> where
    N: NaiveTime
{ pub naive: N, pub fraction: f32, }

Local time with decimal fraction (4.2.2.4)

Fields

Methods

impl LocalTime<HmsTime>
[src]

impl LocalTime<HmTime>
[src]

impl LocalTime<HTime>
[src]

Trait Implementations

impl<N: PartialEq> PartialEq for LocalTime<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 LocalTime<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 LocalTime<N> where
    N: NaiveTime
[src]

Formats the value using the given formatter. Read more

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

impl FromStr for LocalTime<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 LocalTime<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 LocalTime<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 LocalTime<N> where
    N: NaiveTime + Valid
[src]

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

Performs the conversion.

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

Performs the conversion.

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

Performs the conversion.

Auto Trait Implementations

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

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