Struct chrono::format::InternalFixed [−][src]
pub struct InternalFixed { /* fields omitted */ }
Expand description
An opaque type representing fixed-format item types for internal uses only.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for InternalFixed
impl Send for InternalFixed
impl Sync for InternalFixed
impl Unpin for InternalFixed
impl UnwindSafe for InternalFixed
Blanket Implementations
Mutably borrows from an owned value. Read more