Struct icu_datagen::DatagenProvider
source · pub struct DatagenProvider {
pub source: SourceData,
}
Expand description
DataProvider
backed by SourceData
Fields§
§source: SourceData
The underlying raw data
Trait Implementations§
source§impl AnyProvider for DatagenProvider
impl AnyProvider for DatagenProvider
source§fn load_any(
&self,
key: DataKey,
req: DataRequest<'_>
) -> Result<AnyResponse, DataError>
fn load_any( &self, key: DataKey, req: DataRequest<'_> ) -> Result<AnyResponse, DataError>
Loads an
AnyPayload
according to the key and request.source§impl Clone for DatagenProvider
impl Clone for DatagenProvider
source§fn clone(&self) -> DatagenProvider
fn clone(&self) -> DatagenProvider
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl DataConverter<BufferMarker, HeapStatsMarker> for DatagenProvider
impl DataConverter<BufferMarker, HeapStatsMarker> for DatagenProvider
source§fn convert(
&self,
key: DataKey,
from: DataPayload<BufferMarker>
) -> Result<DataPayload<HeapStatsMarker>, (DataPayload<BufferMarker>, DataError)>
fn convert( &self, key: DataKey, from: DataPayload<BufferMarker> ) -> Result<DataPayload<HeapStatsMarker>, (DataPayload<BufferMarker>, DataError)>
Attempt to convert a payload corresponding to the given data key
from one marker type to another marker type. Read more
source§impl DataProvider<AliasesV1Marker> for DatagenProvider
impl DataProvider<AliasesV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<AliasesV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<AliasesV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<AlnumV1Marker> for DatagenProvider
impl DataProvider<AlnumV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<AlnumV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<AlnumV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<AlphabeticV1Marker> for DatagenProvider
impl DataProvider<AlphabeticV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<AlphabeticV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<AlphabeticV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<AndListV1Marker> for DatagenProvider
impl DataProvider<AndListV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<AndListV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<AndListV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<AsciiHexDigitV1Marker> for DatagenProvider
impl DataProvider<AsciiHexDigitV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<AsciiHexDigitV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<AsciiHexDigitV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<BasicEmojiV1Marker> for DatagenProvider
impl DataProvider<BasicEmojiV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<BasicEmojiV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<BasicEmojiV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<BidiClassV1Marker> for DatagenProvider
impl DataProvider<BidiClassV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<BidiClassV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<BidiClassV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<BidiControlV1Marker> for DatagenProvider
impl DataProvider<BidiControlV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<BidiControlV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<BidiControlV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<BidiMirroredV1Marker> for DatagenProvider
impl DataProvider<BidiMirroredV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<BidiMirroredV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<BidiMirroredV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<BlankV1Marker> for DatagenProvider
impl DataProvider<BlankV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<BlankV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<BlankV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<BuddhistDateLengthsV1Marker> for DatagenProvider
impl DataProvider<BuddhistDateLengthsV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<BuddhistDateLengthsV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<BuddhistDateLengthsV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<BuddhistDateSymbolsV1Marker> for DatagenProvider
impl DataProvider<BuddhistDateSymbolsV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<BuddhistDateSymbolsV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<BuddhistDateSymbolsV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<CanonicalCombiningClassV1Marker> for DatagenProvider
impl DataProvider<CanonicalCombiningClassV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<CanonicalCombiningClassV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<CanonicalCombiningClassV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<CanonicalCompositionsV1Marker> for DatagenProvider
impl DataProvider<CanonicalCompositionsV1Marker> for DatagenProvider
source§fn load(
&self,
_req: DataRequest<'_>
) -> Result<DataResponse<CanonicalCompositionsV1Marker>, DataError>
fn load( &self, _req: DataRequest<'_> ) -> Result<DataResponse<CanonicalCompositionsV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<CanonicalDecompositionDataV1Marker> for DatagenProvider
impl DataProvider<CanonicalDecompositionDataV1Marker> for DatagenProvider
source§fn load(
&self,
_req: DataRequest<'_>
) -> Result<DataResponse<CanonicalDecompositionDataV1Marker>, DataError>
fn load( &self, _req: DataRequest<'_> ) -> Result<DataResponse<CanonicalDecompositionDataV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<CanonicalDecompositionTablesV1Marker> for DatagenProvider
impl DataProvider<CanonicalDecompositionTablesV1Marker> for DatagenProvider
source§fn load(
&self,
_req: DataRequest<'_>
) -> Result<DataResponse<CanonicalDecompositionTablesV1Marker>, DataError>
fn load( &self, _req: DataRequest<'_> ) -> Result<DataResponse<CanonicalDecompositionTablesV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<CardinalV1Marker> for DatagenProvider
impl DataProvider<CardinalV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<CardinalV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<CardinalV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<CaseIgnorableV1Marker> for DatagenProvider
impl DataProvider<CaseIgnorableV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<CaseIgnorableV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<CaseIgnorableV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<CaseMappingV1Marker> for DatagenProvider
impl DataProvider<CaseMappingV1Marker> for DatagenProvider
source§fn load(
&self,
_req: DataRequest<'_>
) -> Result<DataResponse<CaseMappingV1Marker>, DataError>
fn load( &self, _req: DataRequest<'_> ) -> Result<DataResponse<CaseMappingV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<CaseSensitiveV1Marker> for DatagenProvider
impl DataProvider<CaseSensitiveV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<CaseSensitiveV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<CaseSensitiveV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<CasedV1Marker> for DatagenProvider
impl DataProvider<CasedV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<CasedV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<CasedV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<ChangesWhenCasefoldedV1Marker> for DatagenProvider
impl DataProvider<ChangesWhenCasefoldedV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<ChangesWhenCasefoldedV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<ChangesWhenCasefoldedV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<ChangesWhenCasemappedV1Marker> for DatagenProvider
impl DataProvider<ChangesWhenCasemappedV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<ChangesWhenCasemappedV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<ChangesWhenCasemappedV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<ChangesWhenLowercasedV1Marker> for DatagenProvider
impl DataProvider<ChangesWhenLowercasedV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<ChangesWhenLowercasedV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<ChangesWhenLowercasedV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<ChangesWhenNfkcCasefoldedV1Marker> for DatagenProvider
impl DataProvider<ChangesWhenNfkcCasefoldedV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<ChangesWhenNfkcCasefoldedV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<ChangesWhenNfkcCasefoldedV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<ChangesWhenTitlecasedV1Marker> for DatagenProvider
impl DataProvider<ChangesWhenTitlecasedV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<ChangesWhenTitlecasedV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<ChangesWhenTitlecasedV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<ChangesWhenUppercasedV1Marker> for DatagenProvider
impl DataProvider<ChangesWhenUppercasedV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<ChangesWhenUppercasedV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<ChangesWhenUppercasedV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<CollationDataV1Marker> for DatagenProvider
impl DataProvider<CollationDataV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<CollationDataV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<CollationDataV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<CollationDiacriticsV1Marker> for DatagenProvider
impl DataProvider<CollationDiacriticsV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<CollationDiacriticsV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<CollationDiacriticsV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<CollationFallbackSupplementV1Marker> for DatagenProvider
impl DataProvider<CollationFallbackSupplementV1Marker> for DatagenProvider
source§fn load(
&self,
_req: DataRequest<'_>
) -> Result<DataResponse<CollationFallbackSupplementV1Marker>, DataError>
fn load( &self, _req: DataRequest<'_> ) -> Result<DataResponse<CollationFallbackSupplementV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<CollationJamoV1Marker> for DatagenProvider
impl DataProvider<CollationJamoV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<CollationJamoV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<CollationJamoV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<CollationMetadataV1Marker> for DatagenProvider
impl DataProvider<CollationMetadataV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<CollationMetadataV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<CollationMetadataV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<CollationReorderingV1Marker> for DatagenProvider
impl DataProvider<CollationReorderingV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<CollationReorderingV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<CollationReorderingV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<CollationSpecialPrimariesV1Marker> for DatagenProvider
impl DataProvider<CollationSpecialPrimariesV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<CollationSpecialPrimariesV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<CollationSpecialPrimariesV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<CompatibilityDecompositionSupplementV1Marker> for DatagenProvider
impl DataProvider<CompatibilityDecompositionSupplementV1Marker> for DatagenProvider
source§fn load(
&self,
_req: DataRequest<'_>
) -> Result<DataResponse<CompatibilityDecompositionSupplementV1Marker>, DataError>
fn load( &self, _req: DataRequest<'_> ) -> Result<DataResponse<CompatibilityDecompositionSupplementV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<CompatibilityDecompositionTablesV1Marker> for DatagenProvider
impl DataProvider<CompatibilityDecompositionTablesV1Marker> for DatagenProvider
source§fn load(
&self,
_req: DataRequest<'_>
) -> Result<DataResponse<CompatibilityDecompositionTablesV1Marker>, DataError>
fn load( &self, _req: DataRequest<'_> ) -> Result<DataResponse<CompatibilityDecompositionTablesV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<CopticDateLengthsV1Marker> for DatagenProvider
impl DataProvider<CopticDateLengthsV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<CopticDateLengthsV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<CopticDateLengthsV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<CopticDateSymbolsV1Marker> for DatagenProvider
impl DataProvider<CopticDateSymbolsV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<CopticDateSymbolsV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<CopticDateSymbolsV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<DashV1Marker> for DatagenProvider
impl DataProvider<DashV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<DashV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<DashV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<DateSkeletonPatternsV1Marker> for DatagenProvider
impl DataProvider<DateSkeletonPatternsV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<DateSkeletonPatternsV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<DateSkeletonPatternsV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<DecimalSymbolsV1Marker> for DatagenProvider
impl DataProvider<DecimalSymbolsV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<DecimalSymbolsV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<DecimalSymbolsV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<DefaultIgnorableCodePointV1Marker> for DatagenProvider
impl DataProvider<DefaultIgnorableCodePointV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<DefaultIgnorableCodePointV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<DefaultIgnorableCodePointV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<DeprecatedV1Marker> for DatagenProvider
impl DataProvider<DeprecatedV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<DeprecatedV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<DeprecatedV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<DiacriticV1Marker> for DatagenProvider
impl DataProvider<DiacriticV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<DiacriticV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<DiacriticV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<EastAsianWidthV1Marker> for DatagenProvider
impl DataProvider<EastAsianWidthV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<EastAsianWidthV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<EastAsianWidthV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<EmojiComponentV1Marker> for DatagenProvider
impl DataProvider<EmojiComponentV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<EmojiComponentV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<EmojiComponentV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<EmojiModifierBaseV1Marker> for DatagenProvider
impl DataProvider<EmojiModifierBaseV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<EmojiModifierBaseV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<EmojiModifierBaseV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<EmojiModifierV1Marker> for DatagenProvider
impl DataProvider<EmojiModifierV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<EmojiModifierV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<EmojiModifierV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<EmojiPresentationV1Marker> for DatagenProvider
impl DataProvider<EmojiPresentationV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<EmojiPresentationV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<EmojiPresentationV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<EmojiV1Marker> for DatagenProvider
impl DataProvider<EmojiV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<EmojiV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<EmojiV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<EthiopianDateLengthsV1Marker> for DatagenProvider
impl DataProvider<EthiopianDateLengthsV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<EthiopianDateLengthsV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<EthiopianDateLengthsV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<EthiopianDateSymbolsV1Marker> for DatagenProvider
impl DataProvider<EthiopianDateSymbolsV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<EthiopianDateSymbolsV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<EthiopianDateSymbolsV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<ExemplarCharactersAuxiliaryV1Marker> for DatagenProvider
impl DataProvider<ExemplarCharactersAuxiliaryV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<ExemplarCharactersAuxiliaryV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<ExemplarCharactersAuxiliaryV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<ExemplarCharactersIndexV1Marker> for DatagenProvider
impl DataProvider<ExemplarCharactersIndexV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<ExemplarCharactersIndexV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<ExemplarCharactersIndexV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<ExemplarCharactersMainV1Marker> for DatagenProvider
impl DataProvider<ExemplarCharactersMainV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<ExemplarCharactersMainV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<ExemplarCharactersMainV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<ExemplarCharactersNumbersV1Marker> for DatagenProvider
impl DataProvider<ExemplarCharactersNumbersV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<ExemplarCharactersNumbersV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<ExemplarCharactersNumbersV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<ExemplarCharactersPunctuationV1Marker> for DatagenProvider
impl DataProvider<ExemplarCharactersPunctuationV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<ExemplarCharactersPunctuationV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<ExemplarCharactersPunctuationV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<ExemplarCitiesV1Marker> for DatagenProvider
impl DataProvider<ExemplarCitiesV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<ExemplarCitiesV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<ExemplarCitiesV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<ExtendedPictographicV1Marker> for DatagenProvider
impl DataProvider<ExtendedPictographicV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<ExtendedPictographicV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<ExtendedPictographicV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<ExtenderV1Marker> for DatagenProvider
impl DataProvider<ExtenderV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<ExtenderV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<ExtenderV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<FullCompositionExclusionV1Marker> for DatagenProvider
impl DataProvider<FullCompositionExclusionV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<FullCompositionExclusionV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<FullCompositionExclusionV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<GeneralCategoryV1Marker> for DatagenProvider
impl DataProvider<GeneralCategoryV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<GeneralCategoryV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<GeneralCategoryV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<GraphV1Marker> for DatagenProvider
impl DataProvider<GraphV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<GraphV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<GraphV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<GraphemeBaseV1Marker> for DatagenProvider
impl DataProvider<GraphemeBaseV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<GraphemeBaseV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<GraphemeBaseV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<GraphemeClusterBreakDataV1Marker> for DatagenProvider
impl DataProvider<GraphemeClusterBreakDataV1Marker> for DatagenProvider
source§fn load(
&self,
_req: DataRequest<'_>
) -> Result<DataResponse<GraphemeClusterBreakDataV1Marker>, DataError>
fn load( &self, _req: DataRequest<'_> ) -> Result<DataResponse<GraphemeClusterBreakDataV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<GraphemeClusterBreakV1Marker> for DatagenProvider
impl DataProvider<GraphemeClusterBreakV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<GraphemeClusterBreakV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<GraphemeClusterBreakV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<GraphemeExtendV1Marker> for DatagenProvider
impl DataProvider<GraphemeExtendV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<GraphemeExtendV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<GraphemeExtendV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<GraphemeLinkV1Marker> for DatagenProvider
impl DataProvider<GraphemeLinkV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<GraphemeLinkV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<GraphemeLinkV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<GregorianDateLengthsV1Marker> for DatagenProvider
impl DataProvider<GregorianDateLengthsV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<GregorianDateLengthsV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<GregorianDateLengthsV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<GregorianDateSymbolsV1Marker> for DatagenProvider
impl DataProvider<GregorianDateSymbolsV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<GregorianDateSymbolsV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<GregorianDateSymbolsV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<HelloWorldV1Marker> for DatagenProvider
impl DataProvider<HelloWorldV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<HelloWorldV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<HelloWorldV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<HexDigitV1Marker> for DatagenProvider
impl DataProvider<HexDigitV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<HexDigitV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<HexDigitV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<HyphenV1Marker> for DatagenProvider
impl DataProvider<HyphenV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<HyphenV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<HyphenV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<IdContinueV1Marker> for DatagenProvider
impl DataProvider<IdContinueV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<IdContinueV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<IdContinueV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<IdStartV1Marker> for DatagenProvider
impl DataProvider<IdStartV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<IdStartV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<IdStartV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<IdeographicV1Marker> for DatagenProvider
impl DataProvider<IdeographicV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<IdeographicV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<IdeographicV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<IdsBinaryOperatorV1Marker> for DatagenProvider
impl DataProvider<IdsBinaryOperatorV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<IdsBinaryOperatorV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<IdsBinaryOperatorV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<IdsTrinaryOperatorV1Marker> for DatagenProvider
impl DataProvider<IdsTrinaryOperatorV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<IdsTrinaryOperatorV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<IdsTrinaryOperatorV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<IndianDateLengthsV1Marker> for DatagenProvider
impl DataProvider<IndianDateLengthsV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<IndianDateLengthsV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<IndianDateLengthsV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<IndianDateSymbolsV1Marker> for DatagenProvider
impl DataProvider<IndianDateSymbolsV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<IndianDateSymbolsV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<IndianDateSymbolsV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<JapaneseDateLengthsV1Marker> for DatagenProvider
impl DataProvider<JapaneseDateLengthsV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<JapaneseDateLengthsV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<JapaneseDateLengthsV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<JapaneseDateSymbolsV1Marker> for DatagenProvider
impl DataProvider<JapaneseDateSymbolsV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<JapaneseDateSymbolsV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<JapaneseDateSymbolsV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<JapaneseErasV1Marker> for DatagenProvider
impl DataProvider<JapaneseErasV1Marker> for DatagenProvider
source§fn load(
&self,
_req: DataRequest<'_>
) -> Result<DataResponse<JapaneseErasV1Marker>, DataError>
fn load( &self, _req: DataRequest<'_> ) -> Result<DataResponse<JapaneseErasV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<JapaneseExtendedDateLengthsV1Marker> for DatagenProvider
impl DataProvider<JapaneseExtendedDateLengthsV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<JapaneseExtendedDateLengthsV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<JapaneseExtendedDateLengthsV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<JapaneseExtendedDateSymbolsV1Marker> for DatagenProvider
impl DataProvider<JapaneseExtendedDateSymbolsV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<JapaneseExtendedDateSymbolsV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<JapaneseExtendedDateSymbolsV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<JapaneseExtendedErasV1Marker> for DatagenProvider
impl DataProvider<JapaneseExtendedErasV1Marker> for DatagenProvider
source§fn load(
&self,
_req: DataRequest<'_>
) -> Result<DataResponse<JapaneseExtendedErasV1Marker>, DataError>
fn load( &self, _req: DataRequest<'_> ) -> Result<DataResponse<JapaneseExtendedErasV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<JoinControlV1Marker> for DatagenProvider
impl DataProvider<JoinControlV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<JoinControlV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<JoinControlV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<LanguageDisplayNamesV1Marker> for DatagenProvider
impl DataProvider<LanguageDisplayNamesV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<LanguageDisplayNamesV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<LanguageDisplayNamesV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<LikelySubtagsV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<LikelySubtagsV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<LineBreakDataV1Marker> for DatagenProvider
impl DataProvider<LineBreakDataV1Marker> for DatagenProvider
source§fn load(
&self,
_req: DataRequest<'_>
) -> Result<DataResponse<LineBreakDataV1Marker>, DataError>
fn load( &self, _req: DataRequest<'_> ) -> Result<DataResponse<LineBreakDataV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<LineBreakV1Marker> for DatagenProvider
impl DataProvider<LineBreakV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<LineBreakV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<LineBreakV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<LocaleFallbackLikelySubtagsV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<LocaleFallbackLikelySubtagsV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<LocaleFallbackParentsV1Marker> for DatagenProvider
impl DataProvider<LocaleFallbackParentsV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<LocaleFallbackParentsV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<LocaleFallbackParentsV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<LogicalOrderExceptionV1Marker> for DatagenProvider
impl DataProvider<LogicalOrderExceptionV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<LogicalOrderExceptionV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<LogicalOrderExceptionV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<LongCompactDecimalFormatDataV1Marker> for DatagenProvider
impl DataProvider<LongCompactDecimalFormatDataV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<LongCompactDecimalFormatDataV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<LongCompactDecimalFormatDataV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<LongDayRelativeTimeFormatDataV1Marker> for DatagenProvider
impl DataProvider<LongDayRelativeTimeFormatDataV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<LongDayRelativeTimeFormatDataV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<LongDayRelativeTimeFormatDataV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<LongHourRelativeTimeFormatDataV1Marker> for DatagenProvider
impl DataProvider<LongHourRelativeTimeFormatDataV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<LongHourRelativeTimeFormatDataV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<LongHourRelativeTimeFormatDataV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<LongMinuteRelativeTimeFormatDataV1Marker> for DatagenProvider
impl DataProvider<LongMinuteRelativeTimeFormatDataV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<LongMinuteRelativeTimeFormatDataV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<LongMinuteRelativeTimeFormatDataV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<LongMonthRelativeTimeFormatDataV1Marker> for DatagenProvider
impl DataProvider<LongMonthRelativeTimeFormatDataV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<LongMonthRelativeTimeFormatDataV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<LongMonthRelativeTimeFormatDataV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<LongQuarterRelativeTimeFormatDataV1Marker> for DatagenProvider
impl DataProvider<LongQuarterRelativeTimeFormatDataV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<LongQuarterRelativeTimeFormatDataV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<LongQuarterRelativeTimeFormatDataV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<LongSecondRelativeTimeFormatDataV1Marker> for DatagenProvider
impl DataProvider<LongSecondRelativeTimeFormatDataV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<LongSecondRelativeTimeFormatDataV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<LongSecondRelativeTimeFormatDataV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<LongWeekRelativeTimeFormatDataV1Marker> for DatagenProvider
impl DataProvider<LongWeekRelativeTimeFormatDataV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<LongWeekRelativeTimeFormatDataV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<LongWeekRelativeTimeFormatDataV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<LongYearRelativeTimeFormatDataV1Marker> for DatagenProvider
impl DataProvider<LongYearRelativeTimeFormatDataV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<LongYearRelativeTimeFormatDataV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<LongYearRelativeTimeFormatDataV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<LowercaseV1Marker> for DatagenProvider
impl DataProvider<LowercaseV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<LowercaseV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<LowercaseV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<LstmDataV1Marker> for DatagenProvider
impl DataProvider<LstmDataV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<LstmDataV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<LstmDataV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<MathV1Marker> for DatagenProvider
impl DataProvider<MathV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<MathV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<MathV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<MetazoneGenericNamesLongV1Marker> for DatagenProvider
impl DataProvider<MetazoneGenericNamesLongV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<MetazoneGenericNamesLongV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<MetazoneGenericNamesLongV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<MetazoneGenericNamesShortV1Marker> for DatagenProvider
impl DataProvider<MetazoneGenericNamesShortV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<MetazoneGenericNamesShortV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<MetazoneGenericNamesShortV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<MetazonePeriodV1Marker> for DatagenProvider
impl DataProvider<MetazonePeriodV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<MetazonePeriodV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<MetazonePeriodV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<MetazoneSpecificNamesLongV1Marker> for DatagenProvider
impl DataProvider<MetazoneSpecificNamesLongV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<MetazoneSpecificNamesLongV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<MetazoneSpecificNamesLongV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<MetazoneSpecificNamesShortV1Marker> for DatagenProvider
impl DataProvider<MetazoneSpecificNamesShortV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<MetazoneSpecificNamesShortV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<MetazoneSpecificNamesShortV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<NarrowDayRelativeTimeFormatDataV1Marker> for DatagenProvider
impl DataProvider<NarrowDayRelativeTimeFormatDataV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<NarrowDayRelativeTimeFormatDataV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<NarrowDayRelativeTimeFormatDataV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<NarrowHourRelativeTimeFormatDataV1Marker> for DatagenProvider
impl DataProvider<NarrowHourRelativeTimeFormatDataV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<NarrowHourRelativeTimeFormatDataV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<NarrowHourRelativeTimeFormatDataV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<NarrowMinuteRelativeTimeFormatDataV1Marker> for DatagenProvider
impl DataProvider<NarrowMinuteRelativeTimeFormatDataV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<NarrowMinuteRelativeTimeFormatDataV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<NarrowMinuteRelativeTimeFormatDataV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<NarrowMonthRelativeTimeFormatDataV1Marker> for DatagenProvider
impl DataProvider<NarrowMonthRelativeTimeFormatDataV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<NarrowMonthRelativeTimeFormatDataV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<NarrowMonthRelativeTimeFormatDataV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<NarrowQuarterRelativeTimeFormatDataV1Marker> for DatagenProvider
impl DataProvider<NarrowQuarterRelativeTimeFormatDataV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<NarrowQuarterRelativeTimeFormatDataV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<NarrowQuarterRelativeTimeFormatDataV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<NarrowSecondRelativeTimeFormatDataV1Marker> for DatagenProvider
impl DataProvider<NarrowSecondRelativeTimeFormatDataV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<NarrowSecondRelativeTimeFormatDataV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<NarrowSecondRelativeTimeFormatDataV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<NarrowWeekRelativeTimeFormatDataV1Marker> for DatagenProvider
impl DataProvider<NarrowWeekRelativeTimeFormatDataV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<NarrowWeekRelativeTimeFormatDataV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<NarrowWeekRelativeTimeFormatDataV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<NarrowYearRelativeTimeFormatDataV1Marker> for DatagenProvider
impl DataProvider<NarrowYearRelativeTimeFormatDataV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<NarrowYearRelativeTimeFormatDataV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<NarrowYearRelativeTimeFormatDataV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<NfcInertV1Marker> for DatagenProvider
impl DataProvider<NfcInertV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<NfcInertV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<NfcInertV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<NfdInertV1Marker> for DatagenProvider
impl DataProvider<NfdInertV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<NfdInertV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<NfdInertV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<NfkcInertV1Marker> for DatagenProvider
impl DataProvider<NfkcInertV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<NfkcInertV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<NfkcInertV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<NfkdInertV1Marker> for DatagenProvider
impl DataProvider<NfkdInertV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<NfkdInertV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<NfkdInertV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<NonRecursiveDecompositionSupplementV1Marker> for DatagenProvider
impl DataProvider<NonRecursiveDecompositionSupplementV1Marker> for DatagenProvider
source§fn load(
&self,
_req: DataRequest<'_>
) -> Result<DataResponse<NonRecursiveDecompositionSupplementV1Marker>, DataError>
fn load( &self, _req: DataRequest<'_> ) -> Result<DataResponse<NonRecursiveDecompositionSupplementV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<NoncharacterCodePointV1Marker> for DatagenProvider
impl DataProvider<NoncharacterCodePointV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<NoncharacterCodePointV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<NoncharacterCodePointV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<OrListV1Marker> for DatagenProvider
impl DataProvider<OrListV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<OrListV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<OrListV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<OrdinalV1Marker> for DatagenProvider
impl DataProvider<OrdinalV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<OrdinalV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<OrdinalV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<PatternSyntaxV1Marker> for DatagenProvider
impl DataProvider<PatternSyntaxV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<PatternSyntaxV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<PatternSyntaxV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<PatternWhiteSpaceV1Marker> for DatagenProvider
impl DataProvider<PatternWhiteSpaceV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<PatternWhiteSpaceV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<PatternWhiteSpaceV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<PrependedConcatenationMarkV1Marker> for DatagenProvider
impl DataProvider<PrependedConcatenationMarkV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<PrependedConcatenationMarkV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<PrependedConcatenationMarkV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<PrintV1Marker> for DatagenProvider
impl DataProvider<PrintV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<PrintV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<PrintV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<QuotationMarkV1Marker> for DatagenProvider
impl DataProvider<QuotationMarkV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<QuotationMarkV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<QuotationMarkV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<RadicalV1Marker> for DatagenProvider
impl DataProvider<RadicalV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<RadicalV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<RadicalV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<RegionDisplayNamesV1Marker> for DatagenProvider
impl DataProvider<RegionDisplayNamesV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<RegionDisplayNamesV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<RegionDisplayNamesV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<RegionalIndicatorV1Marker> for DatagenProvider
impl DataProvider<RegionalIndicatorV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<RegionalIndicatorV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<RegionalIndicatorV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<ScriptV1Marker> for DatagenProvider
impl DataProvider<ScriptV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<ScriptV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<ScriptV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<ScriptWithExtensionsPropertyV1Marker> for DatagenProvider
impl DataProvider<ScriptWithExtensionsPropertyV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<ScriptWithExtensionsPropertyV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<ScriptWithExtensionsPropertyV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<SegmentStarterV1Marker> for DatagenProvider
impl DataProvider<SegmentStarterV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<SegmentStarterV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<SegmentStarterV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<SentenceBreakDataV1Marker> for DatagenProvider
impl DataProvider<SentenceBreakDataV1Marker> for DatagenProvider
source§fn load(
&self,
_req: DataRequest<'_>
) -> Result<DataResponse<SentenceBreakDataV1Marker>, DataError>
fn load( &self, _req: DataRequest<'_> ) -> Result<DataResponse<SentenceBreakDataV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<SentenceBreakV1Marker> for DatagenProvider
impl DataProvider<SentenceBreakV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<SentenceBreakV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<SentenceBreakV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<SentenceTerminalV1Marker> for DatagenProvider
impl DataProvider<SentenceTerminalV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<SentenceTerminalV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<SentenceTerminalV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<ShortCompactDecimalFormatDataV1Marker> for DatagenProvider
impl DataProvider<ShortCompactDecimalFormatDataV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<ShortCompactDecimalFormatDataV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<ShortCompactDecimalFormatDataV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<ShortDayRelativeTimeFormatDataV1Marker> for DatagenProvider
impl DataProvider<ShortDayRelativeTimeFormatDataV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<ShortDayRelativeTimeFormatDataV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<ShortDayRelativeTimeFormatDataV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<ShortHourRelativeTimeFormatDataV1Marker> for DatagenProvider
impl DataProvider<ShortHourRelativeTimeFormatDataV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<ShortHourRelativeTimeFormatDataV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<ShortHourRelativeTimeFormatDataV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<ShortMinuteRelativeTimeFormatDataV1Marker> for DatagenProvider
impl DataProvider<ShortMinuteRelativeTimeFormatDataV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<ShortMinuteRelativeTimeFormatDataV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<ShortMinuteRelativeTimeFormatDataV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<ShortMonthRelativeTimeFormatDataV1Marker> for DatagenProvider
impl DataProvider<ShortMonthRelativeTimeFormatDataV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<ShortMonthRelativeTimeFormatDataV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<ShortMonthRelativeTimeFormatDataV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<ShortQuarterRelativeTimeFormatDataV1Marker> for DatagenProvider
impl DataProvider<ShortQuarterRelativeTimeFormatDataV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<ShortQuarterRelativeTimeFormatDataV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<ShortQuarterRelativeTimeFormatDataV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<ShortSecondRelativeTimeFormatDataV1Marker> for DatagenProvider
impl DataProvider<ShortSecondRelativeTimeFormatDataV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<ShortSecondRelativeTimeFormatDataV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<ShortSecondRelativeTimeFormatDataV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<ShortWeekRelativeTimeFormatDataV1Marker> for DatagenProvider
impl DataProvider<ShortWeekRelativeTimeFormatDataV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<ShortWeekRelativeTimeFormatDataV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<ShortWeekRelativeTimeFormatDataV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<ShortYearRelativeTimeFormatDataV1Marker> for DatagenProvider
impl DataProvider<ShortYearRelativeTimeFormatDataV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<ShortYearRelativeTimeFormatDataV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<ShortYearRelativeTimeFormatDataV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<SoftDottedV1Marker> for DatagenProvider
impl DataProvider<SoftDottedV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<SoftDottedV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<SoftDottedV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<TerminalPunctuationV1Marker> for DatagenProvider
impl DataProvider<TerminalPunctuationV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<TerminalPunctuationV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<TerminalPunctuationV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<TimeLengthsV1Marker> for DatagenProvider
impl DataProvider<TimeLengthsV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<TimeLengthsV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<TimeLengthsV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<TimeSymbolsV1Marker> for DatagenProvider
impl DataProvider<TimeSymbolsV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<TimeSymbolsV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<TimeSymbolsV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<TimeZoneFormatsV1Marker> for DatagenProvider
impl DataProvider<TimeZoneFormatsV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<TimeZoneFormatsV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<TimeZoneFormatsV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<UCharDictionaryBreakDataV1Marker> for DatagenProvider
impl DataProvider<UCharDictionaryBreakDataV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<UCharDictionaryBreakDataV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<UCharDictionaryBreakDataV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<UnifiedIdeographV1Marker> for DatagenProvider
impl DataProvider<UnifiedIdeographV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<UnifiedIdeographV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<UnifiedIdeographV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<UnitListV1Marker> for DatagenProvider
impl DataProvider<UnitListV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<UnitListV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<UnitListV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<UppercaseV1Marker> for DatagenProvider
impl DataProvider<UppercaseV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<UppercaseV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<UppercaseV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<Uts46DecompositionSupplementV1Marker> for DatagenProvider
impl DataProvider<Uts46DecompositionSupplementV1Marker> for DatagenProvider
source§fn load(
&self,
_req: DataRequest<'_>
) -> Result<DataResponse<Uts46DecompositionSupplementV1Marker>, DataError>
fn load( &self, _req: DataRequest<'_> ) -> Result<DataResponse<Uts46DecompositionSupplementV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<VariationSelectorV1Marker> for DatagenProvider
impl DataProvider<VariationSelectorV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<VariationSelectorV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<VariationSelectorV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<WeekDataV1Marker> for DatagenProvider
impl DataProvider<WeekDataV1Marker> for DatagenProvider
source§fn load(
&self,
req: DataRequest<'_>
) -> Result<DataResponse<WeekDataV1Marker>, DataError>
fn load( &self, req: DataRequest<'_> ) -> Result<DataResponse<WeekDataV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<WhiteSpaceV1Marker> for DatagenProvider
impl DataProvider<WhiteSpaceV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<WhiteSpaceV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<WhiteSpaceV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<WordBreakDataV1Marker> for DatagenProvider
impl DataProvider<WordBreakDataV1Marker> for DatagenProvider
source§fn load(
&self,
_req: DataRequest<'_>
) -> Result<DataResponse<WordBreakDataV1Marker>, DataError>
fn load( &self, _req: DataRequest<'_> ) -> Result<DataResponse<WordBreakDataV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<WordBreakV1Marker> for DatagenProvider
impl DataProvider<WordBreakV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<WordBreakV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<WordBreakV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<XdigitV1Marker> for DatagenProvider
impl DataProvider<XdigitV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<XdigitV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<XdigitV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<XidContinueV1Marker> for DatagenProvider
impl DataProvider<XidContinueV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<XidContinueV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<XidContinueV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DataProvider<XidStartV1Marker> for DatagenProvider
impl DataProvider<XidStartV1Marker> for DatagenProvider
source§fn load(
&self,
_: DataRequest<'_>
) -> Result<DataResponse<XidStartV1Marker>, DataError>
fn load( &self, _: DataRequest<'_> ) -> Result<DataResponse<XidStartV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl Debug for DatagenProvider
impl Debug for DatagenProvider
source§impl DynamicDataProvider<AnyMarker> for DatagenProvider
impl DynamicDataProvider<AnyMarker> for DatagenProvider
source§fn load_data(
&self,
key: DataKey,
req: DataRequest<'_>
) -> Result<DataResponse<AnyMarker>, DataError>
fn load_data( &self, key: DataKey, req: DataRequest<'_> ) -> Result<DataResponse<AnyMarker>, DataError>
Query the provider for data, returning the result. Read more
source§impl DynamicDataProvider<ExportMarker> for DatagenProvider
impl DynamicDataProvider<ExportMarker> for DatagenProvider
source§fn load_data(
&self,
key: DataKey,
req: DataRequest<'_>
) -> Result<DataResponse<ExportMarker>, DataError>
fn load_data( &self, key: DataKey, req: DataRequest<'_> ) -> Result<DataResponse<ExportMarker>, DataError>
Query the provider for data, returning the result. Read more
source§impl IterableDataProvider<AliasesV1Marker> for DatagenProvider
impl IterableDataProvider<AliasesV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<AlnumV1Marker> for DatagenProvider
impl IterableDataProvider<AlnumV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<AlphabeticV1Marker> for DatagenProvider
impl IterableDataProvider<AlphabeticV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<AndListV1Marker> for DatagenProvider
impl IterableDataProvider<AndListV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<AsciiHexDigitV1Marker> for DatagenProvider
impl IterableDataProvider<AsciiHexDigitV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<BasicEmojiV1Marker> for DatagenProvider
impl IterableDataProvider<BasicEmojiV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<BidiClassV1Marker> for DatagenProvider
impl IterableDataProvider<BidiClassV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<BidiControlV1Marker> for DatagenProvider
impl IterableDataProvider<BidiControlV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<BidiMirroredV1Marker> for DatagenProvider
impl IterableDataProvider<BidiMirroredV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<BlankV1Marker> for DatagenProvider
impl IterableDataProvider<BlankV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<BuddhistDateLengthsV1Marker> for DatagenProvider
impl IterableDataProvider<BuddhistDateLengthsV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<BuddhistDateSymbolsV1Marker> for DatagenProvider
impl IterableDataProvider<BuddhistDateSymbolsV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<CanonicalCombiningClassV1Marker> for DatagenProvider
impl IterableDataProvider<CanonicalCombiningClassV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<CanonicalCompositionsV1Marker> for DatagenProvider
impl IterableDataProvider<CanonicalCompositionsV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<CanonicalDecompositionDataV1Marker> for DatagenProvider
impl IterableDataProvider<CanonicalDecompositionDataV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<CanonicalDecompositionTablesV1Marker> for DatagenProvider
impl IterableDataProvider<CanonicalDecompositionTablesV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<CardinalV1Marker> for DatagenProvider
impl IterableDataProvider<CardinalV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<CaseIgnorableV1Marker> for DatagenProvider
impl IterableDataProvider<CaseIgnorableV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<CaseMappingV1Marker> for DatagenProvider
impl IterableDataProvider<CaseMappingV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<CaseSensitiveV1Marker> for DatagenProvider
impl IterableDataProvider<CaseSensitiveV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<CasedV1Marker> for DatagenProvider
impl IterableDataProvider<CasedV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<ChangesWhenCasefoldedV1Marker> for DatagenProvider
impl IterableDataProvider<ChangesWhenCasefoldedV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<ChangesWhenCasemappedV1Marker> for DatagenProvider
impl IterableDataProvider<ChangesWhenCasemappedV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<ChangesWhenLowercasedV1Marker> for DatagenProvider
impl IterableDataProvider<ChangesWhenLowercasedV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<ChangesWhenNfkcCasefoldedV1Marker> for DatagenProvider
impl IterableDataProvider<ChangesWhenNfkcCasefoldedV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<ChangesWhenTitlecasedV1Marker> for DatagenProvider
impl IterableDataProvider<ChangesWhenTitlecasedV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<ChangesWhenUppercasedV1Marker> for DatagenProvider
impl IterableDataProvider<ChangesWhenUppercasedV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<CollationDataV1Marker> for DatagenProvider
impl IterableDataProvider<CollationDataV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<CollationDiacriticsV1Marker> for DatagenProvider
impl IterableDataProvider<CollationDiacriticsV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<CollationFallbackSupplementV1Marker> for DatagenProvider
impl IterableDataProvider<CollationFallbackSupplementV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<CollationJamoV1Marker> for DatagenProvider
impl IterableDataProvider<CollationJamoV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<CollationMetadataV1Marker> for DatagenProvider
impl IterableDataProvider<CollationMetadataV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<CollationReorderingV1Marker> for DatagenProvider
impl IterableDataProvider<CollationReorderingV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<CollationSpecialPrimariesV1Marker> for DatagenProvider
impl IterableDataProvider<CollationSpecialPrimariesV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<CompatibilityDecompositionSupplementV1Marker> for DatagenProvider
impl IterableDataProvider<CompatibilityDecompositionSupplementV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<CompatibilityDecompositionTablesV1Marker> for DatagenProvider
impl IterableDataProvider<CompatibilityDecompositionTablesV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<CopticDateLengthsV1Marker> for DatagenProvider
impl IterableDataProvider<CopticDateLengthsV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<CopticDateSymbolsV1Marker> for DatagenProvider
impl IterableDataProvider<CopticDateSymbolsV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<DashV1Marker> for DatagenProvider
impl IterableDataProvider<DashV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<DateSkeletonPatternsV1Marker> for DatagenProvider
impl IterableDataProvider<DateSkeletonPatternsV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<DecimalSymbolsV1Marker> for DatagenProvider
impl IterableDataProvider<DecimalSymbolsV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<DefaultIgnorableCodePointV1Marker> for DatagenProvider
impl IterableDataProvider<DefaultIgnorableCodePointV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<DeprecatedV1Marker> for DatagenProvider
impl IterableDataProvider<DeprecatedV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<DiacriticV1Marker> for DatagenProvider
impl IterableDataProvider<DiacriticV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<EastAsianWidthV1Marker> for DatagenProvider
impl IterableDataProvider<EastAsianWidthV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<EmojiComponentV1Marker> for DatagenProvider
impl IterableDataProvider<EmojiComponentV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<EmojiModifierBaseV1Marker> for DatagenProvider
impl IterableDataProvider<EmojiModifierBaseV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<EmojiModifierV1Marker> for DatagenProvider
impl IterableDataProvider<EmojiModifierV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<EmojiPresentationV1Marker> for DatagenProvider
impl IterableDataProvider<EmojiPresentationV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<EmojiV1Marker> for DatagenProvider
impl IterableDataProvider<EmojiV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<EthiopianDateLengthsV1Marker> for DatagenProvider
impl IterableDataProvider<EthiopianDateLengthsV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<EthiopianDateSymbolsV1Marker> for DatagenProvider
impl IterableDataProvider<EthiopianDateSymbolsV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<ExemplarCharactersAuxiliaryV1Marker> for DatagenProvider
impl IterableDataProvider<ExemplarCharactersAuxiliaryV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<ExemplarCharactersIndexV1Marker> for DatagenProvider
impl IterableDataProvider<ExemplarCharactersIndexV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<ExemplarCharactersMainV1Marker> for DatagenProvider
impl IterableDataProvider<ExemplarCharactersMainV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<ExemplarCharactersNumbersV1Marker> for DatagenProvider
impl IterableDataProvider<ExemplarCharactersNumbersV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<ExemplarCharactersPunctuationV1Marker> for DatagenProvider
impl IterableDataProvider<ExemplarCharactersPunctuationV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<ExemplarCitiesV1Marker> for DatagenProvider
impl IterableDataProvider<ExemplarCitiesV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<ExtendedPictographicV1Marker> for DatagenProvider
impl IterableDataProvider<ExtendedPictographicV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<ExtenderV1Marker> for DatagenProvider
impl IterableDataProvider<ExtenderV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<FullCompositionExclusionV1Marker> for DatagenProvider
impl IterableDataProvider<FullCompositionExclusionV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<GeneralCategoryV1Marker> for DatagenProvider
impl IterableDataProvider<GeneralCategoryV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<GraphV1Marker> for DatagenProvider
impl IterableDataProvider<GraphV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<GraphemeBaseV1Marker> for DatagenProvider
impl IterableDataProvider<GraphemeBaseV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<GraphemeClusterBreakDataV1Marker> for DatagenProvider
impl IterableDataProvider<GraphemeClusterBreakDataV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<GraphemeClusterBreakV1Marker> for DatagenProvider
impl IterableDataProvider<GraphemeClusterBreakV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<GraphemeExtendV1Marker> for DatagenProvider
impl IterableDataProvider<GraphemeExtendV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<GraphemeLinkV1Marker> for DatagenProvider
impl IterableDataProvider<GraphemeLinkV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<GregorianDateLengthsV1Marker> for DatagenProvider
impl IterableDataProvider<GregorianDateLengthsV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<GregorianDateSymbolsV1Marker> for DatagenProvider
impl IterableDataProvider<GregorianDateSymbolsV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<HelloWorldV1Marker> for DatagenProvider
impl IterableDataProvider<HelloWorldV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<HexDigitV1Marker> for DatagenProvider
impl IterableDataProvider<HexDigitV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<HyphenV1Marker> for DatagenProvider
impl IterableDataProvider<HyphenV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<IdContinueV1Marker> for DatagenProvider
impl IterableDataProvider<IdContinueV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<IdStartV1Marker> for DatagenProvider
impl IterableDataProvider<IdStartV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<IdeographicV1Marker> for DatagenProvider
impl IterableDataProvider<IdeographicV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<IdsBinaryOperatorV1Marker> for DatagenProvider
impl IterableDataProvider<IdsBinaryOperatorV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<IdsTrinaryOperatorV1Marker> for DatagenProvider
impl IterableDataProvider<IdsTrinaryOperatorV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<IndianDateLengthsV1Marker> for DatagenProvider
impl IterableDataProvider<IndianDateLengthsV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<IndianDateSymbolsV1Marker> for DatagenProvider
impl IterableDataProvider<IndianDateSymbolsV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<JapaneseDateLengthsV1Marker> for DatagenProvider
impl IterableDataProvider<JapaneseDateLengthsV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<JapaneseDateSymbolsV1Marker> for DatagenProvider
impl IterableDataProvider<JapaneseDateSymbolsV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<JapaneseErasV1Marker> for DatagenProvider
impl IterableDataProvider<JapaneseErasV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<JapaneseExtendedDateLengthsV1Marker> for DatagenProvider
impl IterableDataProvider<JapaneseExtendedDateLengthsV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<JapaneseExtendedDateSymbolsV1Marker> for DatagenProvider
impl IterableDataProvider<JapaneseExtendedDateSymbolsV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<JapaneseExtendedErasV1Marker> for DatagenProvider
impl IterableDataProvider<JapaneseExtendedErasV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<JoinControlV1Marker> for DatagenProvider
impl IterableDataProvider<JoinControlV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<LanguageDisplayNamesV1Marker> for DatagenProvider
impl IterableDataProvider<LanguageDisplayNamesV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<LineBreakDataV1Marker> for DatagenProvider
impl IterableDataProvider<LineBreakDataV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<LineBreakV1Marker> for DatagenProvider
impl IterableDataProvider<LineBreakV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<LocaleFallbackParentsV1Marker> for DatagenProvider
impl IterableDataProvider<LocaleFallbackParentsV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<LogicalOrderExceptionV1Marker> for DatagenProvider
impl IterableDataProvider<LogicalOrderExceptionV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<LongCompactDecimalFormatDataV1Marker> for DatagenProvider
impl IterableDataProvider<LongCompactDecimalFormatDataV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<LongDayRelativeTimeFormatDataV1Marker> for DatagenProvider
impl IterableDataProvider<LongDayRelativeTimeFormatDataV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<LongHourRelativeTimeFormatDataV1Marker> for DatagenProvider
impl IterableDataProvider<LongHourRelativeTimeFormatDataV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<LongMinuteRelativeTimeFormatDataV1Marker> for DatagenProvider
impl IterableDataProvider<LongMinuteRelativeTimeFormatDataV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<LongMonthRelativeTimeFormatDataV1Marker> for DatagenProvider
impl IterableDataProvider<LongMonthRelativeTimeFormatDataV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<LongQuarterRelativeTimeFormatDataV1Marker> for DatagenProvider
impl IterableDataProvider<LongQuarterRelativeTimeFormatDataV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<LongSecondRelativeTimeFormatDataV1Marker> for DatagenProvider
impl IterableDataProvider<LongSecondRelativeTimeFormatDataV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<LongWeekRelativeTimeFormatDataV1Marker> for DatagenProvider
impl IterableDataProvider<LongWeekRelativeTimeFormatDataV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<LongYearRelativeTimeFormatDataV1Marker> for DatagenProvider
impl IterableDataProvider<LongYearRelativeTimeFormatDataV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<LowercaseV1Marker> for DatagenProvider
impl IterableDataProvider<LowercaseV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<LstmDataV1Marker> for DatagenProvider
impl IterableDataProvider<LstmDataV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<MathV1Marker> for DatagenProvider
impl IterableDataProvider<MathV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<MetazoneGenericNamesLongV1Marker> for DatagenProvider
impl IterableDataProvider<MetazoneGenericNamesLongV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<MetazoneGenericNamesShortV1Marker> for DatagenProvider
impl IterableDataProvider<MetazoneGenericNamesShortV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<MetazonePeriodV1Marker> for DatagenProvider
impl IterableDataProvider<MetazonePeriodV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<MetazoneSpecificNamesLongV1Marker> for DatagenProvider
impl IterableDataProvider<MetazoneSpecificNamesLongV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<MetazoneSpecificNamesShortV1Marker> for DatagenProvider
impl IterableDataProvider<MetazoneSpecificNamesShortV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<NarrowDayRelativeTimeFormatDataV1Marker> for DatagenProvider
impl IterableDataProvider<NarrowDayRelativeTimeFormatDataV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<NarrowHourRelativeTimeFormatDataV1Marker> for DatagenProvider
impl IterableDataProvider<NarrowHourRelativeTimeFormatDataV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<NarrowMinuteRelativeTimeFormatDataV1Marker> for DatagenProvider
impl IterableDataProvider<NarrowMinuteRelativeTimeFormatDataV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<NarrowMonthRelativeTimeFormatDataV1Marker> for DatagenProvider
impl IterableDataProvider<NarrowMonthRelativeTimeFormatDataV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<NarrowQuarterRelativeTimeFormatDataV1Marker> for DatagenProvider
impl IterableDataProvider<NarrowQuarterRelativeTimeFormatDataV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<NarrowSecondRelativeTimeFormatDataV1Marker> for DatagenProvider
impl IterableDataProvider<NarrowSecondRelativeTimeFormatDataV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<NarrowWeekRelativeTimeFormatDataV1Marker> for DatagenProvider
impl IterableDataProvider<NarrowWeekRelativeTimeFormatDataV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<NarrowYearRelativeTimeFormatDataV1Marker> for DatagenProvider
impl IterableDataProvider<NarrowYearRelativeTimeFormatDataV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<NfcInertV1Marker> for DatagenProvider
impl IterableDataProvider<NfcInertV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<NfdInertV1Marker> for DatagenProvider
impl IterableDataProvider<NfdInertV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<NfkcInertV1Marker> for DatagenProvider
impl IterableDataProvider<NfkcInertV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<NfkdInertV1Marker> for DatagenProvider
impl IterableDataProvider<NfkdInertV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<NonRecursiveDecompositionSupplementV1Marker> for DatagenProvider
impl IterableDataProvider<NonRecursiveDecompositionSupplementV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<NoncharacterCodePointV1Marker> for DatagenProvider
impl IterableDataProvider<NoncharacterCodePointV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<OrListV1Marker> for DatagenProvider
impl IterableDataProvider<OrListV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<OrdinalV1Marker> for DatagenProvider
impl IterableDataProvider<OrdinalV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<PatternSyntaxV1Marker> for DatagenProvider
impl IterableDataProvider<PatternSyntaxV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<PatternWhiteSpaceV1Marker> for DatagenProvider
impl IterableDataProvider<PatternWhiteSpaceV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<PrependedConcatenationMarkV1Marker> for DatagenProvider
impl IterableDataProvider<PrependedConcatenationMarkV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<PrintV1Marker> for DatagenProvider
impl IterableDataProvider<PrintV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<QuotationMarkV1Marker> for DatagenProvider
impl IterableDataProvider<QuotationMarkV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<RadicalV1Marker> for DatagenProvider
impl IterableDataProvider<RadicalV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<RegionDisplayNamesV1Marker> for DatagenProvider
impl IterableDataProvider<RegionDisplayNamesV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<RegionalIndicatorV1Marker> for DatagenProvider
impl IterableDataProvider<RegionalIndicatorV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<ScriptV1Marker> for DatagenProvider
impl IterableDataProvider<ScriptV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<ScriptWithExtensionsPropertyV1Marker> for DatagenProvider
impl IterableDataProvider<ScriptWithExtensionsPropertyV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<SegmentStarterV1Marker> for DatagenProvider
impl IterableDataProvider<SegmentStarterV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<SentenceBreakDataV1Marker> for DatagenProvider
impl IterableDataProvider<SentenceBreakDataV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<SentenceBreakV1Marker> for DatagenProvider
impl IterableDataProvider<SentenceBreakV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<SentenceTerminalV1Marker> for DatagenProvider
impl IterableDataProvider<SentenceTerminalV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<ShortCompactDecimalFormatDataV1Marker> for DatagenProvider
impl IterableDataProvider<ShortCompactDecimalFormatDataV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<ShortDayRelativeTimeFormatDataV1Marker> for DatagenProvider
impl IterableDataProvider<ShortDayRelativeTimeFormatDataV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<ShortHourRelativeTimeFormatDataV1Marker> for DatagenProvider
impl IterableDataProvider<ShortHourRelativeTimeFormatDataV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<ShortMinuteRelativeTimeFormatDataV1Marker> for DatagenProvider
impl IterableDataProvider<ShortMinuteRelativeTimeFormatDataV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<ShortMonthRelativeTimeFormatDataV1Marker> for DatagenProvider
impl IterableDataProvider<ShortMonthRelativeTimeFormatDataV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<ShortQuarterRelativeTimeFormatDataV1Marker> for DatagenProvider
impl IterableDataProvider<ShortQuarterRelativeTimeFormatDataV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<ShortSecondRelativeTimeFormatDataV1Marker> for DatagenProvider
impl IterableDataProvider<ShortSecondRelativeTimeFormatDataV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<ShortWeekRelativeTimeFormatDataV1Marker> for DatagenProvider
impl IterableDataProvider<ShortWeekRelativeTimeFormatDataV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<ShortYearRelativeTimeFormatDataV1Marker> for DatagenProvider
impl IterableDataProvider<ShortYearRelativeTimeFormatDataV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<SoftDottedV1Marker> for DatagenProvider
impl IterableDataProvider<SoftDottedV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<TerminalPunctuationV1Marker> for DatagenProvider
impl IterableDataProvider<TerminalPunctuationV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<TimeLengthsV1Marker> for DatagenProvider
impl IterableDataProvider<TimeLengthsV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<TimeSymbolsV1Marker> for DatagenProvider
impl IterableDataProvider<TimeSymbolsV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<TimeZoneFormatsV1Marker> for DatagenProvider
impl IterableDataProvider<TimeZoneFormatsV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<UCharDictionaryBreakDataV1Marker> for DatagenProvider
impl IterableDataProvider<UCharDictionaryBreakDataV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<UnifiedIdeographV1Marker> for DatagenProvider
impl IterableDataProvider<UnifiedIdeographV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<UnitListV1Marker> for DatagenProvider
impl IterableDataProvider<UnitListV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<UppercaseV1Marker> for DatagenProvider
impl IterableDataProvider<UppercaseV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<Uts46DecompositionSupplementV1Marker> for DatagenProvider
impl IterableDataProvider<Uts46DecompositionSupplementV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<VariationSelectorV1Marker> for DatagenProvider
impl IterableDataProvider<VariationSelectorV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<WeekDataV1Marker> for DatagenProvider
impl IterableDataProvider<WeekDataV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<WhiteSpaceV1Marker> for DatagenProvider
impl IterableDataProvider<WhiteSpaceV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<WordBreakDataV1Marker> for DatagenProvider
impl IterableDataProvider<WordBreakDataV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<WordBreakV1Marker> for DatagenProvider
impl IterableDataProvider<WordBreakV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<XdigitV1Marker> for DatagenProvider
impl IterableDataProvider<XdigitV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<XidContinueV1Marker> for DatagenProvider
impl IterableDataProvider<XidContinueV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDataProvider<XidStartV1Marker> for DatagenProvider
impl IterableDataProvider<XidStartV1Marker> for DatagenProvider
source§fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of
DataLocale
.source§impl IterableDynamicDataProvider<ExportMarker> for DatagenProvider
impl IterableDynamicDataProvider<ExportMarker> for DatagenProvider
source§fn supported_locales_for_key(
&self,
key: DataKey
) -> Result<Vec<DataLocale>, DataError>
fn supported_locales_for_key( &self, key: DataKey ) -> Result<Vec<DataLocale>, DataError>
Given a
DataKey
, returns a list of DataLocale
.Auto Trait Implementations§
impl RefUnwindSafe for DatagenProvider
impl Send for DatagenProvider
impl Sync for DatagenProvider
impl Unpin for DatagenProvider
impl UnwindSafe for DatagenProvider
Blanket Implementations§
§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
source§impl<P> AsDowncastingAnyProvider for Pwhere
P: AnyProvider + ?Sized,
impl<P> AsDowncastingAnyProvider for Pwhere P: AnyProvider + ?Sized,
source§fn as_downcasting(&self) -> DowncastingAnyProvider<'_, P>
fn as_downcasting(&self) -> DowncastingAnyProvider<'_, P>
Returns an object implementing
DynamicDataProvider<M>
when called on AnyProvider
source§impl<P> AsDynamicDataProviderAnyMarkerWrap for Pwhere
P: DynamicDataProvider<AnyMarker>,
impl<P> AsDynamicDataProviderAnyMarkerWrap for Pwhere P: DynamicDataProvider<AnyMarker>,
source§fn as_any_provider(&self) -> DynamicDataProviderAnyMarkerWrap<'_, P>
fn as_any_provider(&self) -> DynamicDataProviderAnyMarkerWrap<'_, P>
Returns an object implementing
AnyProvider
when called on DynamicDataProvider<AnyMarker>
§impl<F, W, T, D> Deserialize<With<T, W>, D> for Fwhere
W: DeserializeWith<F, T, D>,
D: Fallible + ?Sized,
F: ?Sized,
impl<F, W, T, D> Deserialize<With<T, W>, D> for Fwhere W: DeserializeWith<F, T, D>, D: Fallible + ?Sized, F: ?Sized,
§fn deserialize(
&self,
deserializer: &mut D
) -> Result<With<T, W>, <D as Fallible>::Error>
fn deserialize( &self, deserializer: &mut D ) -> Result<With<T, W>, <D as Fallible>::Error>
Deserializes using the given deserializer
source§impl<T> Filterable for T
impl<T> Filterable for T
source§fn filterable(
self,
filter_name: &'static str
) -> RequestFilterDataProvider<T, fn(_: DataRequest<'_>) -> bool>
fn filterable( self, filter_name: &'static str ) -> RequestFilterDataProvider<T, fn(_: DataRequest<'_>) -> bool>
Creates a filterable data provider with the given name for debugging. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> Upcastable for Twhere
T: Any + Send + Sync + 'static,
impl<T> Upcastable for Twhere T: Any + Send + Sync + 'static,
§fn upcast_any_ref(&self) -> &(dyn Any + 'static)
fn upcast_any_ref(&self) -> &(dyn Any + 'static)
upcast ref
§fn upcast_any_mut(&mut self) -> &mut (dyn Any + 'static)
fn upcast_any_mut(&mut self) -> &mut (dyn Any + 'static)
upcast mut ref