Struct chrono::format::InternalFixed[][src]

pub struct InternalFixed { /* fields omitted */ }

An opaque type representing fixed-format item types for internal uses only.

Trait Implementations

impl Debug for InternalFixed
[src]

Formats the value using the given formatter. Read more

impl Clone for InternalFixed
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Auto Trait Implementations