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.0 · sourceconst 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
sourceimpl 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more