Struct mysql::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) -> InternalNumeric
[src]
fn clone(&self) -> InternalNumeric
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 Debug for InternalNumeric
[src]
impl Debug for InternalNumeric
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more
impl Eq for InternalNumeric
[src]
impl Eq for InternalNumeric
impl PartialEq<InternalNumeric> for InternalNumeric
[src]
impl PartialEq<InternalNumeric> for InternalNumeric
Auto Trait Implementations
impl Send for InternalNumeric
impl Send for InternalNumeric
impl Sync for InternalNumeric
impl Sync for InternalNumeric