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§fn clone(&self) -> InternalNumeric
fn clone(&self) -> InternalNumeric
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for InternalNumeric
impl Debug for InternalNumeric
source§impl Hash for InternalNumeric
impl Hash 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 ==
.