Expand description
RFC 3339 string types.
Structs§
- Date
Time Str - String slice for a datetime in RFC 3339
date-time
format, such as2001-06-17T12:34:56.7890-23:12
. - Date
Time String - Owned string for a datetime in RFC 3339
date-time
format, such as2001-06-17T12:34:56.7890-23:12
. - Full
Time Str - String slice for a time in RFC 3339
full-time
format, such as12:34:56.7890-23:12
. - Full
Time String - Owned string for a time in RFC 3339
full-time
format, such as12:34:56.7890-23:12
. - Partial
Time Str - String slice for a time in RFC 3339
partial-time
format, such as12:34:56.7890
. - Partial
Time String - Owned string for a time in RFC 3339
partial-time
format, such as12:34:56.7890
. - Secfrac
Str - String slice for a time in RFC 3339
time-secfrac
format, such as.7890
. - Secfrac
String - Owned string for a time in RFC 3339
time-secfrac
format, such as.7890
. - Time
Offset Str - String slice for a time in RFC 3339
time-offset
format, such as+09:00
,-00:00
, andZ
. - Time
Offset String - Owned string for a time in RFC 3339
time-offset
format, such as+09:00
,-00:00
, andZ
.
Type Aliases§
- Full
Date Str - RFC 3339
full-date
string slice, such as2001-12-31
. - Full
Date String alloc
- RFC 3339
full-date
owned string, such as2001-12-31
. - Time
NumOffset Str - RFC 3339
time-numoffset
string slice, such as+09:30
and-00:00
. - Time
NumOffset String alloc
- RFC 3339
time-numoffset
owned string, such as+09:30
and-00:00
.