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 InternalNumericfn clone(&self) -> Self[src]
fn clone(&self) -> SelfReturns 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 InternalNumericfn eq(&self, _other: &InternalNumeric) -> bool[src]
fn eq(&self, _other: &InternalNumeric) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for InternalNumeric[src]
impl Eq for InternalNumericimpl Debug for InternalNumeric[src]
impl Debug for InternalNumericAuto Trait Implementations
impl Send for InternalNumeric
impl Send for InternalNumericimpl Sync for InternalNumeric
impl Sync for InternalNumeric