Enum rkyv::with::UnixTimestampError [−][src]
pub enum UnixTimestampError {
TimeBeforeUnixEpoch,
}Expand description
Errors that can occur when serializing a UnixTimestamp wrapper.
Variants
TimeBeforeUnixEpoch
The SystemTime occurred prior to the UNIX epoch.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for UnixTimestampError
impl Send for UnixTimestampError
impl Sync for UnixTimestampError
impl Unpin for UnixTimestampError
impl UnwindSafe for UnixTimestampError
Blanket Implementations
type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
Converts some archived metadata to the pointer metadata for itself.
Mutably borrows from an owned value. Read more