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
sourceimpl Clone for InternalNumeric
impl Clone for InternalNumeric
sourcefn clone(&self) -> InternalNumeric
fn clone(&self) -> InternalNumeric
Returns a copy of the value. Read more
1.0.0const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for InternalNumeric
impl Debug for InternalNumeric
sourceimpl Hash for InternalNumeric
impl Hash for InternalNumeric
sourcefn hash<__H: Hasher>(&self, state: &mut __H)
fn hash<__H: Hasher>(&self, state: &mut __H)
Feeds this value into the given [
Hasher
]. Read more1.3.0fn hash_slice<H>(data: &[Self], state: &mut H)where
H: Hasher,
fn hash_slice<H>(data: &[Self], state: &mut H)where
H: Hasher,
Feeds a slice of this type into the given [
Hasher
]. Read moresourceimpl PartialEq<InternalNumeric> for InternalNumeric
impl PartialEq<InternalNumeric> for InternalNumeric
sourcefn eq(&self, other: &InternalNumeric) -> bool
fn eq(&self, other: &InternalNumeric) -> bool
impl Eq for InternalNumeric
impl StructuralEq for InternalNumeric
impl StructuralPartialEq for InternalNumeric
Auto Trait Implementations
impl RefUnwindSafe for InternalNumeric
impl Send for InternalNumeric
impl Sync for InternalNumeric
impl Unpin for InternalNumeric
impl UnwindSafe for InternalNumeric
Blanket Implementations
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> ToOwned for Twhere
T: Clone,
impl<T> ToOwned for Twhere
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
fn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
Uses borrowed data to replace owned data, usually by cloning. Read more