Struct iso_8601::CDate[][src]

pub struct CDate {
    pub century: i8,
}

A specific century (4.1.2.3c)

Fields

Trait Implementations

impl Eq for CDate
[src]

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CDate
[src]

Formats the value using the given formatter. Read more

impl<Y: Year> Datelike<Y> for CDate
[src]

impl FromStr for CDate
[src]

The associated error which can be returned from parsing.

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

impl Valid for CDate
[src]

Auto Trait Implementations

impl Send for CDate

impl Sync for CDate