Struct chrono::format::InternalNumeric
[−]
[src]
pub struct InternalNumeric { /* fields omitted */ }
An opaque type representing numeric item types for internal uses only.
Trait Implementations
impl Clone for InternalNumeric
[src]
impl Clone for InternalNumeric
fn clone(&self) -> Self
[src]
fn clone(&self) -> Self
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl PartialEq for InternalNumeric
[src]
impl PartialEq for InternalNumeric
fn eq(&self, _other: &InternalNumeric) -> bool
[src]
fn eq(&self, _other: &InternalNumeric) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for InternalNumeric
[src]
impl Eq for InternalNumeric
impl Debug for InternalNumeric
[src]
impl Debug for InternalNumeric
Auto Trait Implementations
impl Send for InternalNumeric
impl Send for InternalNumeric
impl Sync for InternalNumeric
impl Sync for InternalNumeric