pub struct ArchivedTimeDelta{ /* private fields */ }
Available on crate features
rkyv
or rkyv-16
or rkyv-32
or rkyv-64
only.Expand description
An archived TimeDelta
Trait Implementations§
Source§impl Clone for ArchivedTimeDelta
impl Clone for ArchivedTimeDelta
Source§fn clone(&self) -> ArchivedTimeDelta
fn clone(&self) -> ArchivedTimeDelta
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 ArchivedTimeDelta
impl Debug for ArchivedTimeDelta
Source§impl Hash for ArchivedTimeDelta
impl Hash for ArchivedTimeDelta
Source§impl Ord for ArchivedTimeDelta
impl Ord for ArchivedTimeDelta
Source§fn cmp(&self, other: &ArchivedTimeDelta) -> Ordering
fn cmp(&self, other: &ArchivedTimeDelta) -> 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<ArchivedTimeDelta> for TimeDelta
impl PartialEq<ArchivedTimeDelta> for TimeDelta
Source§impl PartialEq<TimeDelta> for ArchivedTimeDelta
impl PartialEq<TimeDelta> for ArchivedTimeDelta
Source§impl PartialEq for ArchivedTimeDelta
impl PartialEq for ArchivedTimeDelta
Source§impl PartialOrd<ArchivedTimeDelta> for TimeDelta
impl PartialOrd<ArchivedTimeDelta> for TimeDelta
Source§impl PartialOrd<TimeDelta> for ArchivedTimeDelta
impl PartialOrd<TimeDelta> for ArchivedTimeDelta
Source§impl PartialOrd for ArchivedTimeDelta
impl PartialOrd for ArchivedTimeDelta
impl Copy for ArchivedTimeDelta
impl Eq for ArchivedTimeDelta
impl StructuralPartialEq for ArchivedTimeDelta
Auto Trait Implementations§
impl Freeze for ArchivedTimeDelta
impl RefUnwindSafe for ArchivedTimeDelta
impl Send for ArchivedTimeDelta
impl Sync for ArchivedTimeDelta
impl Unpin for ArchivedTimeDelta
impl UnwindSafe for ArchivedTimeDelta
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