pub struct ArchivedIsoWeek{ /* private fields */ }
Available on crate features
rkyv
or rkyv-16
or rkyv-32
or rkyv-64
only.Expand description
An archived IsoWeek
Trait Implementations§
Source§impl Clone for ArchivedIsoWeek
impl Clone for ArchivedIsoWeek
Source§fn clone(&self) -> ArchivedIsoWeek
fn clone(&self) -> ArchivedIsoWeek
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ArchivedIsoWeek
impl Debug for ArchivedIsoWeek
Source§impl Hash for ArchivedIsoWeek
impl Hash for ArchivedIsoWeek
Source§impl Ord for ArchivedIsoWeek
impl Ord for ArchivedIsoWeek
Source§fn cmp(&self, other: &ArchivedIsoWeek) -> Ordering
fn cmp(&self, other: &ArchivedIsoWeek) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq<ArchivedIsoWeek> for IsoWeek
impl PartialEq<ArchivedIsoWeek> for IsoWeek
Source§impl PartialEq<IsoWeek> for ArchivedIsoWeek
impl PartialEq<IsoWeek> for ArchivedIsoWeek
Source§impl PartialEq for ArchivedIsoWeek
impl PartialEq for ArchivedIsoWeek
Source§impl PartialOrd<ArchivedIsoWeek> for IsoWeek
impl PartialOrd<ArchivedIsoWeek> for IsoWeek
Source§impl PartialOrd<IsoWeek> for ArchivedIsoWeek
impl PartialOrd<IsoWeek> for ArchivedIsoWeek
Source§impl PartialOrd for ArchivedIsoWeek
impl PartialOrd for ArchivedIsoWeek
impl Copy for ArchivedIsoWeek
impl Eq for ArchivedIsoWeek
impl StructuralPartialEq for ArchivedIsoWeek
Auto Trait Implementations§
impl Freeze for ArchivedIsoWeek
impl RefUnwindSafe for ArchivedIsoWeek
impl Send for ArchivedIsoWeek
impl Sync for ArchivedIsoWeek
impl Unpin for ArchivedIsoWeek
impl UnwindSafe for ArchivedIsoWeek
Blanket Implementations§
Source§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
Source§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
Source§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata,
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata, ) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
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