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§
source§impl Clone for InternalNumeric
impl Clone for InternalNumeric
source§impl Debug for InternalNumeric
impl Debug for InternalNumeric
source§impl PartialEq<InternalNumeric> for InternalNumeric
impl PartialEq<InternalNumeric> for InternalNumeric
source§fn eq(&self, _other: &InternalNumeric) -> bool
fn eq(&self, _other: &InternalNumeric) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq 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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more