Module utc_
offset
time
0.3.40
Module utc_
offset
Module Items
Modules
Structs
Type Aliases
In crate time
Modules
convert
date
duration
error
ext
format_description
formatting
hint
instant
internal_macros
interop
macros
month
offset_date_time
parsing
primitive_date_time
serde
sys
time
utc_date_time
utc_offset
util
weekday
Structs
Date
Duration
OffsetDateTime
PrimitiveDateTime
Time
UtcDateTime
UtcOffset
Enums
Month
Weekday
Functions
expect_failed
size_of_val
Type Aliases
Result
time
Module
utc_offset
Copy item path
Settings
Help
Summary
Source
Expand description
The
UtcOffset
struct and its associated
impl
s.
Modules
§
private
🔒
Structs
§
UtcOffset
An offset from UTC.
Type Aliases
§
Hours
🔒
The type of the
hours
field of
UtcOffset
.
Minutes
🔒
The type of the
minutes
field of
UtcOffset
.
Seconds
🔒
The type of the
seconds
field of
UtcOffset
.
Whole
Seconds
🔒
The type capable of storing the range of whole seconds that a
UtcOffset
can encompass.