Enum temporenc::TemporalField [] [src]

pub enum TemporalField {
    Year,
    Month,
    Day,
    Hour,
    Minute,
    Second,
    FractionalSecond,
    Offset,
}

Variants

Trait Implementations

impl Debug for TemporalField
[src]

Formats the value using the given formatter.

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