Struct csa::value::Time [] [src]

pub struct Time {
    pub date: NaiveDate,
    pub time: Option<NaiveTime>,
}

Fields

Trait Implementations

impl Debug for Time
[src]

Formats the value using the given formatter.

impl PartialEq for Time
[src]

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

This method tests for !=.

impl Eq for Time
[src]

impl Clone for Time
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for Time
[src]

Formats the value using the given formatter. Read more