Struct chrono::format::InternalNumeric
source · pub struct InternalNumeric { /* private fields */ }
Expand description
An opaque type representing numeric item types for internal uses only.
Trait Implementations§
source§impl Clone for InternalNumeric
impl Clone for InternalNumeric
source§impl Debug for InternalNumeric
impl Debug for InternalNumeric
source§impl PartialEq<InternalNumeric> for InternalNumeric
impl PartialEq<InternalNumeric> for InternalNumeric
source§fn eq(&self, _other: &InternalNumeric) -> bool
fn eq(&self, _other: &InternalNumeric) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.