pub struct IsoDateInner(_);
Expand description
Trait Implementations
sourceimpl Clone for IsoDateInner
impl Clone for IsoDateInner
sourcefn clone(&self) -> IsoDateInner
fn clone(&self) -> IsoDateInner
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for IsoDateInner
impl Debug for IsoDateInner
sourceimpl<'_> From<&'_ IsoDateInner> for EraStartDate
impl<'_> From<&'_ IsoDateInner> for EraStartDate
sourcefn from(other: &IsoDateInner) -> EraStartDate
fn from(other: &IsoDateInner) -> EraStartDate
Converts to this type from the input type.
sourceimpl Hash for IsoDateInner
impl Hash for IsoDateInner
sourceimpl PartialEq<IsoDateInner> for IsoDateInner
impl PartialEq<IsoDateInner> for IsoDateInner
sourcefn eq(&self, other: &IsoDateInner) -> bool
fn eq(&self, other: &IsoDateInner) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &IsoDateInner) -> bool
fn ne(&self, other: &IsoDateInner) -> bool
This method tests for !=
.
impl Copy for IsoDateInner
impl Eq for IsoDateInner
impl StructuralEq for IsoDateInner
impl StructuralPartialEq for IsoDateInner
Auto Trait Implementations
impl RefUnwindSafe for IsoDateInner
impl Send for IsoDateInner
impl Sync for IsoDateInner
impl Unpin for IsoDateInner
impl UnwindSafe for IsoDateInner
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more