Expand description
Common formats.
This module contains types which may be commonly used for multiple specifications.
Structs§
- Hms6
Colon Str - String slice for a time in
%H:%M:%S
(hh:mm:ss
) format, such as01:23:45
. - Hms6
Colon String - Owned string for a time in
%H:%M:%S
(hh:mm:ss
) format, such as01:23:45
. - Secfrac
Digits Str - String slice for digits of fractions of a second.
- Secfrac
Digits String - String slice for digits of fractions of a second.
- Time
NumOffset Colon Str - String slice for a time offset in
+hh:mm
or-hh:mm
format, such as+09:00
and-00:00
. - Time
NumOffset Colon String - Owned string for a time offset in
+hh:mm
or-hh:mm
format, such as+09:00
and-00:00
. - Ymd8
Hyphen Str - String slice for a date in
YYYY-MM-DD
format, such as2001-12-31
. - Ymd8
Hyphen String - Owned string for a date in
YYYY-MM-DD
format, such as2001-12-31
.
Enums§
- Time
Offset Sign - Sign of a time offset.