Expand description
Temporal quantification
Modulesยง
- serde ๐
Structsยง
- OutOf
Range Error - Represents error when converting
TimeDeltato/from a standard library implementation - Time
Delta - Time duration with nanosecond precision.
Constantsยง
- MAX ๐
- The maximum possible
TimeDelta:i64::MAXmilliseconds. - MICROS_
PER_ ๐SEC - The number of microseconds per second.
- MILLIS_
PER_ ๐SEC - The number of milliseconds per second.
- MIN ๐
- The minimum possible
TimeDelta:-i64::MAXmilliseconds. - NANOS_
PER_ ๐MICRO - The number of nanoseconds in a microsecond.
- NANOS_
PER_ ๐MILLI - The number of nanoseconds in a millisecond.
- NANOS_
PER_ ๐SEC - The number of nanoseconds in seconds.
- SECS_
PER_ ๐DAY - The number of (non-leap) seconds in days.
- SECS_
PER_ ๐HOUR - The number of seconds in an hour.
- SECS_
PER_ ๐MINUTE - The number of seconds in a minute.
- SECS_
PER_ ๐WEEK - The number of (non-leap) seconds in a week.
Functionsยง
- div_
mod_ ๐floor_ 64