Module icu_timezone::iana_ids
source · Structs§
- IanaBcp47RoundTripMapperDeprecatedA mapper that supports mapping IANA identifiers to BCP-47 identifiers and also the other way around.
- IanaBcp47RoundTripMapperBorrowedDeprecatedA borrowed wrapper around IANA-BCP47 time zone data, returned by
IanaBcp47RoundTripMapper::as_borrowed()
. More efficient to query. - IanaToBcp47MapperDeprecatedA mapper from IANA time zone identifiers to BCP-47 time zone identifiers.
- IanaToBcp47MapperBorrowedDeprecatedA borrowed wrapper around IANA-to-BCP47 time zone data, returned by
IanaToBcp47Mapper::as_borrowed()
. More efficient to query.