Struct chrono::format::InternalNumeric [−][src]
pub struct InternalNumeric { /* fields omitted */ }
Expand description
An opaque type representing numeric item types for internal uses only.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for InternalNumeric
impl Send for InternalNumeric
impl Sync for InternalNumeric
impl Unpin for InternalNumeric
impl UnwindSafe for InternalNumeric
Blanket Implementations
Mutably borrows from an owned value. Read more