Module aws_smithy_types::instant[][src]

Expand description

Instant value for representing Smithy timestamps.

Unlike std::time::Instant, this instant is not opaque. The time inside of it can be read and modified. It also holds logic for parsing and formatting timestamps in any of the timestamp formats that Smithy supports.

Structs

Failure to convert an Instant to or from another type.

Instant in time.

Enums

Formats for representing an Instant in the Smithy protocols.