Module types

Module types 

Source

Structs§

Datetime
Date in the proleptic Gregorian calendar.
ForwardedForAddrs
A list of Addressable items used in the x-forwarded-for header field
NaiveDatechrono
ISO 8601 calendar date without timezone. Allows for every proleptic Gregorian date from Jan 1, 262145 BCE to Dec 31, 262143 CE. Also supports the conversion from ISO 8601 ordinal and week date.
NaiveDateTimechrono
ISO 8601 combined date and time without timezone.
NaiveTimechrono
ISO 8601 time without timezone. Allows for the nanosecond precision and optional leap second representation.
OffsetDateTimetime
A PrimitiveDateTime with a UtcOffset.
Timetime
The clock time within a given date. Nanosecond precision.
Unvalidated
Marker for which does not validate the log line before parsing
UtcOffsettime
An offset from UTC.
Validated
Marker for which validate the log line before parsing

Enums§

Addressable
CloudFront seems to return one of three types of “IPs” if the field is set:
CsProtocol
CsProtocolVersion
DetailedEdgeResultType
EdgeResultType
SslProtocol

Traits§

Datelikechrono
The common set of methods for date component.
Timelikechrono
The common set of methods for time component.