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
sourceimpl AnyProvider for DatagenProvider
impl AnyProvider for DatagenProvider
sourcefn 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.
sourceimpl Clone for DatagenProvider
impl Clone for DatagenProvider
sourcefn clone(&self) -> DatagenProvider
fn clone(&self) -> DatagenProvider
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl DataConverter<BufferMarker, HeapStatsMarker> for DatagenProvider
impl DataConverter<BufferMarker, HeapStatsMarker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<AliasesV1Marker> for DatagenProvider
impl DataProvider<AliasesV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<AlnumV1Marker> for DatagenProvider
impl DataProvider<AlnumV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<AlphabeticV1Marker> for DatagenProvider
impl DataProvider<AlphabeticV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<AndListV1Marker> for DatagenProvider
impl DataProvider<AndListV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<AsciiHexDigitV1Marker> for DatagenProvider
impl DataProvider<AsciiHexDigitV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<BasicEmojiV1Marker> for DatagenProvider
impl DataProvider<BasicEmojiV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<BidiClassV1Marker> for DatagenProvider
impl DataProvider<BidiClassV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<BidiControlV1Marker> for DatagenProvider
impl DataProvider<BidiControlV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<BidiMirroredV1Marker> for DatagenProvider
impl DataProvider<BidiMirroredV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<BlankV1Marker> for DatagenProvider
impl DataProvider<BlankV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<BuddhistDateLengthsV1Marker> for DatagenProvider
impl DataProvider<BuddhistDateLengthsV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<BuddhistDateSymbolsV1Marker> for DatagenProvider
impl DataProvider<BuddhistDateSymbolsV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<CanonicalCombiningClassV1Marker> for DatagenProvider
impl DataProvider<CanonicalCombiningClassV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<CanonicalCompositionsV1Marker> for DatagenProvider
impl DataProvider<CanonicalCompositionsV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<CanonicalDecompositionDataV1Marker> for DatagenProvider
impl DataProvider<CanonicalDecompositionDataV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<CanonicalDecompositionTablesV1Marker> for DatagenProvider
impl DataProvider<CanonicalDecompositionTablesV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<CardinalV1Marker> for DatagenProvider
impl DataProvider<CardinalV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<CaseIgnorableV1Marker> for DatagenProvider
impl DataProvider<CaseIgnorableV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<CaseMappingV1Marker> for DatagenProvider
impl DataProvider<CaseMappingV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<CaseSensitiveV1Marker> for DatagenProvider
impl DataProvider<CaseSensitiveV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<CasedV1Marker> for DatagenProvider
impl DataProvider<CasedV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<ChangesWhenCasefoldedV1Marker> for DatagenProvider
impl DataProvider<ChangesWhenCasefoldedV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<ChangesWhenCasemappedV1Marker> for DatagenProvider
impl DataProvider<ChangesWhenCasemappedV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<ChangesWhenLowercasedV1Marker> for DatagenProvider
impl DataProvider<ChangesWhenLowercasedV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<ChangesWhenNfkcCasefoldedV1Marker> for DatagenProvider
impl DataProvider<ChangesWhenNfkcCasefoldedV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<ChangesWhenTitlecasedV1Marker> for DatagenProvider
impl DataProvider<ChangesWhenTitlecasedV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<ChangesWhenUppercasedV1Marker> for DatagenProvider
impl DataProvider<ChangesWhenUppercasedV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<CollationDataV1Marker> for DatagenProvider
impl DataProvider<CollationDataV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<CollationDiacriticsV1Marker> for DatagenProvider
impl DataProvider<CollationDiacriticsV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<CollationFallbackSupplementV1Marker> for DatagenProvider
impl DataProvider<CollationFallbackSupplementV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<CollationJamoV1Marker> for DatagenProvider
impl DataProvider<CollationJamoV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<CollationMetadataV1Marker> for DatagenProvider
impl DataProvider<CollationMetadataV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<CollationReorderingV1Marker> for DatagenProvider
impl DataProvider<CollationReorderingV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<CollationSpecialPrimariesV1Marker> for DatagenProvider
impl DataProvider<CollationSpecialPrimariesV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<CompatibilityDecompositionSupplementV1Marker> for DatagenProvider
impl DataProvider<CompatibilityDecompositionSupplementV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<CompatibilityDecompositionTablesV1Marker> for DatagenProvider
impl DataProvider<CompatibilityDecompositionTablesV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<CopticDateLengthsV1Marker> for DatagenProvider
impl DataProvider<CopticDateLengthsV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<CopticDateSymbolsV1Marker> for DatagenProvider
impl DataProvider<CopticDateSymbolsV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<DashV1Marker> for DatagenProvider
impl DataProvider<DashV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<DateSkeletonPatternsV1Marker> for DatagenProvider
impl DataProvider<DateSkeletonPatternsV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<DecimalSymbolsV1Marker> for DatagenProvider
impl DataProvider<DecimalSymbolsV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<DefaultIgnorableCodePointV1Marker> for DatagenProvider
impl DataProvider<DefaultIgnorableCodePointV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<DeprecatedV1Marker> for DatagenProvider
impl DataProvider<DeprecatedV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<DiacriticV1Marker> for DatagenProvider
impl DataProvider<DiacriticV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<EastAsianWidthV1Marker> for DatagenProvider
impl DataProvider<EastAsianWidthV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<EmojiComponentV1Marker> for DatagenProvider
impl DataProvider<EmojiComponentV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<EmojiModifierBaseV1Marker> for DatagenProvider
impl DataProvider<EmojiModifierBaseV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<EmojiModifierV1Marker> for DatagenProvider
impl DataProvider<EmojiModifierV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<EmojiPresentationV1Marker> for DatagenProvider
impl DataProvider<EmojiPresentationV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<EmojiV1Marker> for DatagenProvider
impl DataProvider<EmojiV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<EthiopianDateLengthsV1Marker> for DatagenProvider
impl DataProvider<EthiopianDateLengthsV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<EthiopianDateSymbolsV1Marker> for DatagenProvider
impl DataProvider<EthiopianDateSymbolsV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<ExemplarCharactersAuxiliaryV1Marker> for DatagenProvider
impl DataProvider<ExemplarCharactersAuxiliaryV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<ExemplarCharactersIndexV1Marker> for DatagenProvider
impl DataProvider<ExemplarCharactersIndexV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<ExemplarCharactersMainV1Marker> for DatagenProvider
impl DataProvider<ExemplarCharactersMainV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<ExemplarCharactersNumbersV1Marker> for DatagenProvider
impl DataProvider<ExemplarCharactersNumbersV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<ExemplarCharactersPunctuationV1Marker> for DatagenProvider
impl DataProvider<ExemplarCharactersPunctuationV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<ExemplarCitiesV1Marker> for DatagenProvider
impl DataProvider<ExemplarCitiesV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<ExtendedPictographicV1Marker> for DatagenProvider
impl DataProvider<ExtendedPictographicV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<ExtenderV1Marker> for DatagenProvider
impl DataProvider<ExtenderV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<FullCompositionExclusionV1Marker> for DatagenProvider
impl DataProvider<FullCompositionExclusionV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<GeneralCategoryV1Marker> for DatagenProvider
impl DataProvider<GeneralCategoryV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<GraphV1Marker> for DatagenProvider
impl DataProvider<GraphV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<GraphemeBaseV1Marker> for DatagenProvider
impl DataProvider<GraphemeBaseV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<GraphemeClusterBreakDataV1Marker> for DatagenProvider
impl DataProvider<GraphemeClusterBreakDataV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<GraphemeClusterBreakV1Marker> for DatagenProvider
impl DataProvider<GraphemeClusterBreakV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<GraphemeExtendV1Marker> for DatagenProvider
impl DataProvider<GraphemeExtendV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<GraphemeLinkV1Marker> for DatagenProvider
impl DataProvider<GraphemeLinkV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<GregorianDateLengthsV1Marker> for DatagenProvider
impl DataProvider<GregorianDateLengthsV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<GregorianDateSymbolsV1Marker> for DatagenProvider
impl DataProvider<GregorianDateSymbolsV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<HelloWorldV1Marker> for DatagenProvider
impl DataProvider<HelloWorldV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<HexDigitV1Marker> for DatagenProvider
impl DataProvider<HexDigitV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<HyphenV1Marker> for DatagenProvider
impl DataProvider<HyphenV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<IdContinueV1Marker> for DatagenProvider
impl DataProvider<IdContinueV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<IdStartV1Marker> for DatagenProvider
impl DataProvider<IdStartV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<IdeographicV1Marker> for DatagenProvider
impl DataProvider<IdeographicV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<IdsBinaryOperatorV1Marker> for DatagenProvider
impl DataProvider<IdsBinaryOperatorV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<IdsTrinaryOperatorV1Marker> for DatagenProvider
impl DataProvider<IdsTrinaryOperatorV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<IndianDateLengthsV1Marker> for DatagenProvider
impl DataProvider<IndianDateLengthsV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<IndianDateSymbolsV1Marker> for DatagenProvider
impl DataProvider<IndianDateSymbolsV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<JapaneseDateLengthsV1Marker> for DatagenProvider
impl DataProvider<JapaneseDateLengthsV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<JapaneseDateSymbolsV1Marker> for DatagenProvider
impl DataProvider<JapaneseDateSymbolsV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<JapaneseErasV1Marker> for DatagenProvider
impl DataProvider<JapaneseErasV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<JapaneseExtendedDateLengthsV1Marker> for DatagenProvider
impl DataProvider<JapaneseExtendedDateLengthsV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<JapaneseExtendedDateSymbolsV1Marker> for DatagenProvider
impl DataProvider<JapaneseExtendedDateSymbolsV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<JapaneseExtendedErasV1Marker> for DatagenProvider
impl DataProvider<JapaneseExtendedErasV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<JoinControlV1Marker> for DatagenProvider
impl DataProvider<JoinControlV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<LanguageDisplayNamesV1Marker> for DatagenProvider
impl DataProvider<LanguageDisplayNamesV1Marker> for DatagenProvider
sourcefn 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
sourcefn 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
sourceimpl DataProvider<LineBreakDataV1Marker> for DatagenProvider
impl DataProvider<LineBreakDataV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<LineBreakV1Marker> for DatagenProvider
impl DataProvider<LineBreakV1Marker> for DatagenProvider
sourcefn 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
sourcefn 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
sourceimpl DataProvider<LocaleFallbackParentsV1Marker> for DatagenProvider
impl DataProvider<LocaleFallbackParentsV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<LogicalOrderExceptionV1Marker> for DatagenProvider
impl DataProvider<LogicalOrderExceptionV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<LongCompactDecimalFormatDataV1Marker> for DatagenProvider
impl DataProvider<LongCompactDecimalFormatDataV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<LongDayRelativeTimeFormatDataV1Marker> for DatagenProvider
impl DataProvider<LongDayRelativeTimeFormatDataV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<LongHourRelativeTimeFormatDataV1Marker> for DatagenProvider
impl DataProvider<LongHourRelativeTimeFormatDataV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<LongMinuteRelativeTimeFormatDataV1Marker> for DatagenProvider
impl DataProvider<LongMinuteRelativeTimeFormatDataV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<LongMonthRelativeTimeFormatDataV1Marker> for DatagenProvider
impl DataProvider<LongMonthRelativeTimeFormatDataV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<LongQuarterRelativeTimeFormatDataV1Marker> for DatagenProvider
impl DataProvider<LongQuarterRelativeTimeFormatDataV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<LongSecondRelativeTimeFormatDataV1Marker> for DatagenProvider
impl DataProvider<LongSecondRelativeTimeFormatDataV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<LongWeekRelativeTimeFormatDataV1Marker> for DatagenProvider
impl DataProvider<LongWeekRelativeTimeFormatDataV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<LongYearRelativeTimeFormatDataV1Marker> for DatagenProvider
impl DataProvider<LongYearRelativeTimeFormatDataV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<LowercaseV1Marker> for DatagenProvider
impl DataProvider<LowercaseV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<LstmDataV1Marker> for DatagenProvider
impl DataProvider<LstmDataV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<MathV1Marker> for DatagenProvider
impl DataProvider<MathV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<MetazoneGenericNamesLongV1Marker> for DatagenProvider
impl DataProvider<MetazoneGenericNamesLongV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<MetazoneGenericNamesShortV1Marker> for DatagenProvider
impl DataProvider<MetazoneGenericNamesShortV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<MetazonePeriodV1Marker> for DatagenProvider
impl DataProvider<MetazonePeriodV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<MetazoneSpecificNamesLongV1Marker> for DatagenProvider
impl DataProvider<MetazoneSpecificNamesLongV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<MetazoneSpecificNamesShortV1Marker> for DatagenProvider
impl DataProvider<MetazoneSpecificNamesShortV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<NarrowDayRelativeTimeFormatDataV1Marker> for DatagenProvider
impl DataProvider<NarrowDayRelativeTimeFormatDataV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<NarrowHourRelativeTimeFormatDataV1Marker> for DatagenProvider
impl DataProvider<NarrowHourRelativeTimeFormatDataV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<NarrowMinuteRelativeTimeFormatDataV1Marker> for DatagenProvider
impl DataProvider<NarrowMinuteRelativeTimeFormatDataV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<NarrowMonthRelativeTimeFormatDataV1Marker> for DatagenProvider
impl DataProvider<NarrowMonthRelativeTimeFormatDataV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<NarrowQuarterRelativeTimeFormatDataV1Marker> for DatagenProvider
impl DataProvider<NarrowQuarterRelativeTimeFormatDataV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<NarrowSecondRelativeTimeFormatDataV1Marker> for DatagenProvider
impl DataProvider<NarrowSecondRelativeTimeFormatDataV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<NarrowWeekRelativeTimeFormatDataV1Marker> for DatagenProvider
impl DataProvider<NarrowWeekRelativeTimeFormatDataV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<NarrowYearRelativeTimeFormatDataV1Marker> for DatagenProvider
impl DataProvider<NarrowYearRelativeTimeFormatDataV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<NfcInertV1Marker> for DatagenProvider
impl DataProvider<NfcInertV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<NfdInertV1Marker> for DatagenProvider
impl DataProvider<NfdInertV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<NfkcInertV1Marker> for DatagenProvider
impl DataProvider<NfkcInertV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<NfkdInertV1Marker> for DatagenProvider
impl DataProvider<NfkdInertV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<NonRecursiveDecompositionSupplementV1Marker> for DatagenProvider
impl DataProvider<NonRecursiveDecompositionSupplementV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<NoncharacterCodePointV1Marker> for DatagenProvider
impl DataProvider<NoncharacterCodePointV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<OrListV1Marker> for DatagenProvider
impl DataProvider<OrListV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<OrdinalV1Marker> for DatagenProvider
impl DataProvider<OrdinalV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<PatternSyntaxV1Marker> for DatagenProvider
impl DataProvider<PatternSyntaxV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<PatternWhiteSpaceV1Marker> for DatagenProvider
impl DataProvider<PatternWhiteSpaceV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<PrependedConcatenationMarkV1Marker> for DatagenProvider
impl DataProvider<PrependedConcatenationMarkV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<PrintV1Marker> for DatagenProvider
impl DataProvider<PrintV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<QuotationMarkV1Marker> for DatagenProvider
impl DataProvider<QuotationMarkV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<RadicalV1Marker> for DatagenProvider
impl DataProvider<RadicalV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<RegionDisplayNamesV1Marker> for DatagenProvider
impl DataProvider<RegionDisplayNamesV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<RegionalIndicatorV1Marker> for DatagenProvider
impl DataProvider<RegionalIndicatorV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<ScriptV1Marker> for DatagenProvider
impl DataProvider<ScriptV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<ScriptWithExtensionsPropertyV1Marker> for DatagenProvider
impl DataProvider<ScriptWithExtensionsPropertyV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<SegmentStarterV1Marker> for DatagenProvider
impl DataProvider<SegmentStarterV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<SentenceBreakDataV1Marker> for DatagenProvider
impl DataProvider<SentenceBreakDataV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<SentenceBreakV1Marker> for DatagenProvider
impl DataProvider<SentenceBreakV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<SentenceTerminalV1Marker> for DatagenProvider
impl DataProvider<SentenceTerminalV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<ShortCompactDecimalFormatDataV1Marker> for DatagenProvider
impl DataProvider<ShortCompactDecimalFormatDataV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<ShortDayRelativeTimeFormatDataV1Marker> for DatagenProvider
impl DataProvider<ShortDayRelativeTimeFormatDataV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<ShortHourRelativeTimeFormatDataV1Marker> for DatagenProvider
impl DataProvider<ShortHourRelativeTimeFormatDataV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<ShortMinuteRelativeTimeFormatDataV1Marker> for DatagenProvider
impl DataProvider<ShortMinuteRelativeTimeFormatDataV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<ShortMonthRelativeTimeFormatDataV1Marker> for DatagenProvider
impl DataProvider<ShortMonthRelativeTimeFormatDataV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<ShortQuarterRelativeTimeFormatDataV1Marker> for DatagenProvider
impl DataProvider<ShortQuarterRelativeTimeFormatDataV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<ShortSecondRelativeTimeFormatDataV1Marker> for DatagenProvider
impl DataProvider<ShortSecondRelativeTimeFormatDataV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<ShortWeekRelativeTimeFormatDataV1Marker> for DatagenProvider
impl DataProvider<ShortWeekRelativeTimeFormatDataV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<ShortYearRelativeTimeFormatDataV1Marker> for DatagenProvider
impl DataProvider<ShortYearRelativeTimeFormatDataV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<SoftDottedV1Marker> for DatagenProvider
impl DataProvider<SoftDottedV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<TerminalPunctuationV1Marker> for DatagenProvider
impl DataProvider<TerminalPunctuationV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<TimeLengthsV1Marker> for DatagenProvider
impl DataProvider<TimeLengthsV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<TimeSymbolsV1Marker> for DatagenProvider
impl DataProvider<TimeSymbolsV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<TimeZoneFormatsV1Marker> for DatagenProvider
impl DataProvider<TimeZoneFormatsV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<UCharDictionaryBreakDataV1Marker> for DatagenProvider
impl DataProvider<UCharDictionaryBreakDataV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<UnifiedIdeographV1Marker> for DatagenProvider
impl DataProvider<UnifiedIdeographV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<UnitListV1Marker> for DatagenProvider
impl DataProvider<UnitListV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<UppercaseV1Marker> for DatagenProvider
impl DataProvider<UppercaseV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<Uts46DecompositionSupplementV1Marker> for DatagenProvider
impl DataProvider<Uts46DecompositionSupplementV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<VariationSelectorV1Marker> for DatagenProvider
impl DataProvider<VariationSelectorV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<WeekDataV1Marker> for DatagenProvider
impl DataProvider<WeekDataV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<WhiteSpaceV1Marker> for DatagenProvider
impl DataProvider<WhiteSpaceV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<WordBreakDataV1Marker> for DatagenProvider
impl DataProvider<WordBreakDataV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<WordBreakV1Marker> for DatagenProvider
impl DataProvider<WordBreakV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<XdigitV1Marker> for DatagenProvider
impl DataProvider<XdigitV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<XidContinueV1Marker> for DatagenProvider
impl DataProvider<XidContinueV1Marker> for DatagenProvider
sourcefn 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
sourceimpl DataProvider<XidStartV1Marker> for DatagenProvider
impl DataProvider<XidStartV1Marker> for DatagenProvider
sourcefn 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
sourceimpl Debug for DatagenProvider
impl Debug for DatagenProvider
sourceimpl DynamicDataProvider<AnyMarker> for DatagenProvider
impl DynamicDataProvider<AnyMarker> for DatagenProvider
sourcefn 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
sourceimpl DynamicDataProvider<ExportMarker> for DatagenProvider
impl DynamicDataProvider<ExportMarker> for DatagenProvider
sourcefn 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
sourceimpl IterableDataProvider<AliasesV1Marker> for DatagenProvider
impl IterableDataProvider<AliasesV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<AlnumV1Marker> for DatagenProvider
impl IterableDataProvider<AlnumV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<AlphabeticV1Marker> for DatagenProvider
impl IterableDataProvider<AlphabeticV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<AndListV1Marker> for DatagenProvider
impl IterableDataProvider<AndListV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<AsciiHexDigitV1Marker> for DatagenProvider
impl IterableDataProvider<AsciiHexDigitV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<BasicEmojiV1Marker> for DatagenProvider
impl IterableDataProvider<BasicEmojiV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<BidiClassV1Marker> for DatagenProvider
impl IterableDataProvider<BidiClassV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<BidiControlV1Marker> for DatagenProvider
impl IterableDataProvider<BidiControlV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<BidiMirroredV1Marker> for DatagenProvider
impl IterableDataProvider<BidiMirroredV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<BlankV1Marker> for DatagenProvider
impl IterableDataProvider<BlankV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<BuddhistDateLengthsV1Marker> for DatagenProvider
impl IterableDataProvider<BuddhistDateLengthsV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<BuddhistDateSymbolsV1Marker> for DatagenProvider
impl IterableDataProvider<BuddhistDateSymbolsV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<CanonicalCombiningClassV1Marker> for DatagenProvider
impl IterableDataProvider<CanonicalCombiningClassV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<CanonicalCompositionsV1Marker> for DatagenProvider
impl IterableDataProvider<CanonicalCompositionsV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<CanonicalDecompositionDataV1Marker> for DatagenProvider
impl IterableDataProvider<CanonicalDecompositionDataV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<CanonicalDecompositionTablesV1Marker> for DatagenProvider
impl IterableDataProvider<CanonicalDecompositionTablesV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<CardinalV1Marker> for DatagenProvider
impl IterableDataProvider<CardinalV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<CaseIgnorableV1Marker> for DatagenProvider
impl IterableDataProvider<CaseIgnorableV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<CaseMappingV1Marker> for DatagenProvider
impl IterableDataProvider<CaseMappingV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<CaseSensitiveV1Marker> for DatagenProvider
impl IterableDataProvider<CaseSensitiveV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<CasedV1Marker> for DatagenProvider
impl IterableDataProvider<CasedV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<ChangesWhenCasefoldedV1Marker> for DatagenProvider
impl IterableDataProvider<ChangesWhenCasefoldedV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<ChangesWhenCasemappedV1Marker> for DatagenProvider
impl IterableDataProvider<ChangesWhenCasemappedV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<ChangesWhenLowercasedV1Marker> for DatagenProvider
impl IterableDataProvider<ChangesWhenLowercasedV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<ChangesWhenNfkcCasefoldedV1Marker> for DatagenProvider
impl IterableDataProvider<ChangesWhenNfkcCasefoldedV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<ChangesWhenTitlecasedV1Marker> for DatagenProvider
impl IterableDataProvider<ChangesWhenTitlecasedV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<ChangesWhenUppercasedV1Marker> for DatagenProvider
impl IterableDataProvider<ChangesWhenUppercasedV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<CollationDataV1Marker> for DatagenProvider
impl IterableDataProvider<CollationDataV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<CollationDiacriticsV1Marker> for DatagenProvider
impl IterableDataProvider<CollationDiacriticsV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<CollationFallbackSupplementV1Marker> for DatagenProvider
impl IterableDataProvider<CollationFallbackSupplementV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<CollationJamoV1Marker> for DatagenProvider
impl IterableDataProvider<CollationJamoV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<CollationMetadataV1Marker> for DatagenProvider
impl IterableDataProvider<CollationMetadataV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<CollationReorderingV1Marker> for DatagenProvider
impl IterableDataProvider<CollationReorderingV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<CollationSpecialPrimariesV1Marker> for DatagenProvider
impl IterableDataProvider<CollationSpecialPrimariesV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<CompatibilityDecompositionSupplementV1Marker> for DatagenProvider
impl IterableDataProvider<CompatibilityDecompositionSupplementV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<CompatibilityDecompositionTablesV1Marker> for DatagenProvider
impl IterableDataProvider<CompatibilityDecompositionTablesV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<CopticDateLengthsV1Marker> for DatagenProvider
impl IterableDataProvider<CopticDateLengthsV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<CopticDateSymbolsV1Marker> for DatagenProvider
impl IterableDataProvider<CopticDateSymbolsV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<DashV1Marker> for DatagenProvider
impl IterableDataProvider<DashV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<DateSkeletonPatternsV1Marker> for DatagenProvider
impl IterableDataProvider<DateSkeletonPatternsV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<DecimalSymbolsV1Marker> for DatagenProvider
impl IterableDataProvider<DecimalSymbolsV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<DefaultIgnorableCodePointV1Marker> for DatagenProvider
impl IterableDataProvider<DefaultIgnorableCodePointV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<DeprecatedV1Marker> for DatagenProvider
impl IterableDataProvider<DeprecatedV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<DiacriticV1Marker> for DatagenProvider
impl IterableDataProvider<DiacriticV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<EastAsianWidthV1Marker> for DatagenProvider
impl IterableDataProvider<EastAsianWidthV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<EmojiComponentV1Marker> for DatagenProvider
impl IterableDataProvider<EmojiComponentV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<EmojiModifierBaseV1Marker> for DatagenProvider
impl IterableDataProvider<EmojiModifierBaseV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<EmojiModifierV1Marker> for DatagenProvider
impl IterableDataProvider<EmojiModifierV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<EmojiPresentationV1Marker> for DatagenProvider
impl IterableDataProvider<EmojiPresentationV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<EmojiV1Marker> for DatagenProvider
impl IterableDataProvider<EmojiV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<EthiopianDateLengthsV1Marker> for DatagenProvider
impl IterableDataProvider<EthiopianDateLengthsV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<EthiopianDateSymbolsV1Marker> for DatagenProvider
impl IterableDataProvider<EthiopianDateSymbolsV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<ExemplarCharactersAuxiliaryV1Marker> for DatagenProvider
impl IterableDataProvider<ExemplarCharactersAuxiliaryV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<ExemplarCharactersIndexV1Marker> for DatagenProvider
impl IterableDataProvider<ExemplarCharactersIndexV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<ExemplarCharactersMainV1Marker> for DatagenProvider
impl IterableDataProvider<ExemplarCharactersMainV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<ExemplarCharactersNumbersV1Marker> for DatagenProvider
impl IterableDataProvider<ExemplarCharactersNumbersV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<ExemplarCharactersPunctuationV1Marker> for DatagenProvider
impl IterableDataProvider<ExemplarCharactersPunctuationV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<ExemplarCitiesV1Marker> for DatagenProvider
impl IterableDataProvider<ExemplarCitiesV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<ExtendedPictographicV1Marker> for DatagenProvider
impl IterableDataProvider<ExtendedPictographicV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<ExtenderV1Marker> for DatagenProvider
impl IterableDataProvider<ExtenderV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<FullCompositionExclusionV1Marker> for DatagenProvider
impl IterableDataProvider<FullCompositionExclusionV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<GeneralCategoryV1Marker> for DatagenProvider
impl IterableDataProvider<GeneralCategoryV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<GraphV1Marker> for DatagenProvider
impl IterableDataProvider<GraphV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<GraphemeBaseV1Marker> for DatagenProvider
impl IterableDataProvider<GraphemeBaseV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<GraphemeClusterBreakDataV1Marker> for DatagenProvider
impl IterableDataProvider<GraphemeClusterBreakDataV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<GraphemeClusterBreakV1Marker> for DatagenProvider
impl IterableDataProvider<GraphemeClusterBreakV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<GraphemeExtendV1Marker> for DatagenProvider
impl IterableDataProvider<GraphemeExtendV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<GraphemeLinkV1Marker> for DatagenProvider
impl IterableDataProvider<GraphemeLinkV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<GregorianDateLengthsV1Marker> for DatagenProvider
impl IterableDataProvider<GregorianDateLengthsV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<GregorianDateSymbolsV1Marker> for DatagenProvider
impl IterableDataProvider<GregorianDateSymbolsV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<HelloWorldV1Marker> for DatagenProvider
impl IterableDataProvider<HelloWorldV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<HexDigitV1Marker> for DatagenProvider
impl IterableDataProvider<HexDigitV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<HyphenV1Marker> for DatagenProvider
impl IterableDataProvider<HyphenV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<IdContinueV1Marker> for DatagenProvider
impl IterableDataProvider<IdContinueV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<IdStartV1Marker> for DatagenProvider
impl IterableDataProvider<IdStartV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<IdeographicV1Marker> for DatagenProvider
impl IterableDataProvider<IdeographicV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<IdsBinaryOperatorV1Marker> for DatagenProvider
impl IterableDataProvider<IdsBinaryOperatorV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<IdsTrinaryOperatorV1Marker> for DatagenProvider
impl IterableDataProvider<IdsTrinaryOperatorV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<IndianDateLengthsV1Marker> for DatagenProvider
impl IterableDataProvider<IndianDateLengthsV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<IndianDateSymbolsV1Marker> for DatagenProvider
impl IterableDataProvider<IndianDateSymbolsV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<JapaneseDateLengthsV1Marker> for DatagenProvider
impl IterableDataProvider<JapaneseDateLengthsV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<JapaneseDateSymbolsV1Marker> for DatagenProvider
impl IterableDataProvider<JapaneseDateSymbolsV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<JapaneseErasV1Marker> for DatagenProvider
impl IterableDataProvider<JapaneseErasV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<JapaneseExtendedDateLengthsV1Marker> for DatagenProvider
impl IterableDataProvider<JapaneseExtendedDateLengthsV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<JapaneseExtendedDateSymbolsV1Marker> for DatagenProvider
impl IterableDataProvider<JapaneseExtendedDateSymbolsV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<JapaneseExtendedErasV1Marker> for DatagenProvider
impl IterableDataProvider<JapaneseExtendedErasV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<JoinControlV1Marker> for DatagenProvider
impl IterableDataProvider<JoinControlV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<LanguageDisplayNamesV1Marker> for DatagenProvider
impl IterableDataProvider<LanguageDisplayNamesV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<LineBreakDataV1Marker> for DatagenProvider
impl IterableDataProvider<LineBreakDataV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<LineBreakV1Marker> for DatagenProvider
impl IterableDataProvider<LineBreakV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<LocaleFallbackParentsV1Marker> for DatagenProvider
impl IterableDataProvider<LocaleFallbackParentsV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<LogicalOrderExceptionV1Marker> for DatagenProvider
impl IterableDataProvider<LogicalOrderExceptionV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<LongCompactDecimalFormatDataV1Marker> for DatagenProvider
impl IterableDataProvider<LongCompactDecimalFormatDataV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<LongDayRelativeTimeFormatDataV1Marker> for DatagenProvider
impl IterableDataProvider<LongDayRelativeTimeFormatDataV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<LongHourRelativeTimeFormatDataV1Marker> for DatagenProvider
impl IterableDataProvider<LongHourRelativeTimeFormatDataV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<LongMinuteRelativeTimeFormatDataV1Marker> for DatagenProvider
impl IterableDataProvider<LongMinuteRelativeTimeFormatDataV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<LongMonthRelativeTimeFormatDataV1Marker> for DatagenProvider
impl IterableDataProvider<LongMonthRelativeTimeFormatDataV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<LongQuarterRelativeTimeFormatDataV1Marker> for DatagenProvider
impl IterableDataProvider<LongQuarterRelativeTimeFormatDataV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<LongSecondRelativeTimeFormatDataV1Marker> for DatagenProvider
impl IterableDataProvider<LongSecondRelativeTimeFormatDataV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<LongWeekRelativeTimeFormatDataV1Marker> for DatagenProvider
impl IterableDataProvider<LongWeekRelativeTimeFormatDataV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<LongYearRelativeTimeFormatDataV1Marker> for DatagenProvider
impl IterableDataProvider<LongYearRelativeTimeFormatDataV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<LowercaseV1Marker> for DatagenProvider
impl IterableDataProvider<LowercaseV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<LstmDataV1Marker> for DatagenProvider
impl IterableDataProvider<LstmDataV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<MathV1Marker> for DatagenProvider
impl IterableDataProvider<MathV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<MetazoneGenericNamesLongV1Marker> for DatagenProvider
impl IterableDataProvider<MetazoneGenericNamesLongV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<MetazoneGenericNamesShortV1Marker> for DatagenProvider
impl IterableDataProvider<MetazoneGenericNamesShortV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<MetazonePeriodV1Marker> for DatagenProvider
impl IterableDataProvider<MetazonePeriodV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<MetazoneSpecificNamesLongV1Marker> for DatagenProvider
impl IterableDataProvider<MetazoneSpecificNamesLongV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<MetazoneSpecificNamesShortV1Marker> for DatagenProvider
impl IterableDataProvider<MetazoneSpecificNamesShortV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<NarrowDayRelativeTimeFormatDataV1Marker> for DatagenProvider
impl IterableDataProvider<NarrowDayRelativeTimeFormatDataV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<NarrowHourRelativeTimeFormatDataV1Marker> for DatagenProvider
impl IterableDataProvider<NarrowHourRelativeTimeFormatDataV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<NarrowMinuteRelativeTimeFormatDataV1Marker> for DatagenProvider
impl IterableDataProvider<NarrowMinuteRelativeTimeFormatDataV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<NarrowMonthRelativeTimeFormatDataV1Marker> for DatagenProvider
impl IterableDataProvider<NarrowMonthRelativeTimeFormatDataV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<NarrowQuarterRelativeTimeFormatDataV1Marker> for DatagenProvider
impl IterableDataProvider<NarrowQuarterRelativeTimeFormatDataV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<NarrowSecondRelativeTimeFormatDataV1Marker> for DatagenProvider
impl IterableDataProvider<NarrowSecondRelativeTimeFormatDataV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<NarrowWeekRelativeTimeFormatDataV1Marker> for DatagenProvider
impl IterableDataProvider<NarrowWeekRelativeTimeFormatDataV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<NarrowYearRelativeTimeFormatDataV1Marker> for DatagenProvider
impl IterableDataProvider<NarrowYearRelativeTimeFormatDataV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<NfcInertV1Marker> for DatagenProvider
impl IterableDataProvider<NfcInertV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<NfdInertV1Marker> for DatagenProvider
impl IterableDataProvider<NfdInertV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<NfkcInertV1Marker> for DatagenProvider
impl IterableDataProvider<NfkcInertV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<NfkdInertV1Marker> for DatagenProvider
impl IterableDataProvider<NfkdInertV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<NonRecursiveDecompositionSupplementV1Marker> for DatagenProvider
impl IterableDataProvider<NonRecursiveDecompositionSupplementV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<NoncharacterCodePointV1Marker> for DatagenProvider
impl IterableDataProvider<NoncharacterCodePointV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<OrListV1Marker> for DatagenProvider
impl IterableDataProvider<OrListV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<OrdinalV1Marker> for DatagenProvider
impl IterableDataProvider<OrdinalV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<PatternSyntaxV1Marker> for DatagenProvider
impl IterableDataProvider<PatternSyntaxV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<PatternWhiteSpaceV1Marker> for DatagenProvider
impl IterableDataProvider<PatternWhiteSpaceV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<PrependedConcatenationMarkV1Marker> for DatagenProvider
impl IterableDataProvider<PrependedConcatenationMarkV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<PrintV1Marker> for DatagenProvider
impl IterableDataProvider<PrintV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<QuotationMarkV1Marker> for DatagenProvider
impl IterableDataProvider<QuotationMarkV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<RadicalV1Marker> for DatagenProvider
impl IterableDataProvider<RadicalV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<RegionDisplayNamesV1Marker> for DatagenProvider
impl IterableDataProvider<RegionDisplayNamesV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<RegionalIndicatorV1Marker> for DatagenProvider
impl IterableDataProvider<RegionalIndicatorV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<ScriptV1Marker> for DatagenProvider
impl IterableDataProvider<ScriptV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<ScriptWithExtensionsPropertyV1Marker> for DatagenProvider
impl IterableDataProvider<ScriptWithExtensionsPropertyV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<SegmentStarterV1Marker> for DatagenProvider
impl IterableDataProvider<SegmentStarterV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<SentenceBreakDataV1Marker> for DatagenProvider
impl IterableDataProvider<SentenceBreakDataV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<SentenceBreakV1Marker> for DatagenProvider
impl IterableDataProvider<SentenceBreakV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<SentenceTerminalV1Marker> for DatagenProvider
impl IterableDataProvider<SentenceTerminalV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<ShortCompactDecimalFormatDataV1Marker> for DatagenProvider
impl IterableDataProvider<ShortCompactDecimalFormatDataV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<ShortDayRelativeTimeFormatDataV1Marker> for DatagenProvider
impl IterableDataProvider<ShortDayRelativeTimeFormatDataV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<ShortHourRelativeTimeFormatDataV1Marker> for DatagenProvider
impl IterableDataProvider<ShortHourRelativeTimeFormatDataV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<ShortMinuteRelativeTimeFormatDataV1Marker> for DatagenProvider
impl IterableDataProvider<ShortMinuteRelativeTimeFormatDataV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<ShortMonthRelativeTimeFormatDataV1Marker> for DatagenProvider
impl IterableDataProvider<ShortMonthRelativeTimeFormatDataV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<ShortQuarterRelativeTimeFormatDataV1Marker> for DatagenProvider
impl IterableDataProvider<ShortQuarterRelativeTimeFormatDataV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<ShortSecondRelativeTimeFormatDataV1Marker> for DatagenProvider
impl IterableDataProvider<ShortSecondRelativeTimeFormatDataV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<ShortWeekRelativeTimeFormatDataV1Marker> for DatagenProvider
impl IterableDataProvider<ShortWeekRelativeTimeFormatDataV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<ShortYearRelativeTimeFormatDataV1Marker> for DatagenProvider
impl IterableDataProvider<ShortYearRelativeTimeFormatDataV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<SoftDottedV1Marker> for DatagenProvider
impl IterableDataProvider<SoftDottedV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<TerminalPunctuationV1Marker> for DatagenProvider
impl IterableDataProvider<TerminalPunctuationV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<TimeLengthsV1Marker> for DatagenProvider
impl IterableDataProvider<TimeLengthsV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<TimeSymbolsV1Marker> for DatagenProvider
impl IterableDataProvider<TimeSymbolsV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<TimeZoneFormatsV1Marker> for DatagenProvider
impl IterableDataProvider<TimeZoneFormatsV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<UCharDictionaryBreakDataV1Marker> for DatagenProvider
impl IterableDataProvider<UCharDictionaryBreakDataV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<UnifiedIdeographV1Marker> for DatagenProvider
impl IterableDataProvider<UnifiedIdeographV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<UnitListV1Marker> for DatagenProvider
impl IterableDataProvider<UnitListV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<UppercaseV1Marker> for DatagenProvider
impl IterableDataProvider<UppercaseV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<Uts46DecompositionSupplementV1Marker> for DatagenProvider
impl IterableDataProvider<Uts46DecompositionSupplementV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<VariationSelectorV1Marker> for DatagenProvider
impl IterableDataProvider<VariationSelectorV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<WeekDataV1Marker> for DatagenProvider
impl IterableDataProvider<WeekDataV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<WhiteSpaceV1Marker> for DatagenProvider
impl IterableDataProvider<WhiteSpaceV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<WordBreakDataV1Marker> for DatagenProvider
impl IterableDataProvider<WordBreakDataV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<WordBreakV1Marker> for DatagenProvider
impl IterableDataProvider<WordBreakV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<XdigitV1Marker> for DatagenProvider
impl IterableDataProvider<XdigitV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<XidContinueV1Marker> for DatagenProvider
impl IterableDataProvider<XidContinueV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDataProvider<XidStartV1Marker> for DatagenProvider
impl IterableDataProvider<XidStartV1Marker> for DatagenProvider
sourcefn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
fn supported_locales(&self) -> Result<Vec<DataLocale>, DataError>
Returns a list of DataLocale
.
sourceimpl IterableDynamicDataProvider<ExportMarker> for DatagenProvider
impl IterableDynamicDataProvider<ExportMarker> for DatagenProvider
sourcefn 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.
sourceimpl<P> AsDowncastingAnyProvider for P where
P: AnyProvider + ?Sized,
impl<P> AsDowncastingAnyProvider for P where
P: AnyProvider + ?Sized,
sourcefn as_downcasting(&self) -> DowncastingAnyProvider<'_, P>
fn as_downcasting(&self) -> DowncastingAnyProvider<'_, P>
Returns an object implementing DynamicDataProvider<M>
when called on AnyProvider
sourceimpl<P> AsDynamicDataProviderAnyMarkerWrap for P where
P: DynamicDataProvider<AnyMarker>,
impl<P> AsDynamicDataProviderAnyMarkerWrap for P where
P: DynamicDataProvider<AnyMarker>,
sourcefn as_any_provider(&self) -> DynamicDataProviderAnyMarkerWrap<'_, P>
fn as_any_provider(&self) -> DynamicDataProviderAnyMarkerWrap<'_, P>
Returns an object implementing AnyProvider
when called on DynamicDataProvider<AnyMarker>
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<F, W, T, D> Deserialize<With<T, W>, D> for F where
W: DeserializeWith<F, T, D>,
D: Fallible + ?Sized,
F: ?Sized,
impl<F, W, T, D> Deserialize<With<T, W>, D> for F where
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
sourceimpl<T> Filterable for T
impl<T> Filterable for T
sourcefn 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
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
impl<T> Pointable for T
impl<T> Pointable for T
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more
impl<T> Upcastable for T where
T: 'static + Any + Debug,
impl<T> Upcastable for T where
T: 'static + Any + Debug,
fn upcast_any_ref(&self) -> &(dyn Any + 'static)
fn upcast_any_mut(&mut self) -> &mut (dyn Any + 'static)
fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any + 'static, Global>ⓘNotable traits for Box<R, Global>impl<R> Read for Box<R, Global> where
R: Read + ?Sized, impl<W> Write for Box<W, Global> where
W: Write + ?Sized, impl<I, A> Iterator for Box<I, A> where
I: Iterator + ?Sized,
A: Allocator, type Item = <I as Iterator>::Item;impl<F, A> Future for Box<F, A> where
F: Future + Unpin + ?Sized,
A: Allocator + 'static, type Output = <F as Future>::Output;
R: Read + ?Sized, impl<W> Write for Box<W, Global> where
W: Write + ?Sized, impl<I, A> Iterator for Box<I, A> where
I: Iterator + ?Sized,
A: Allocator, type Item = <I as Iterator>::Item;impl<F, A> Future for Box<F, A> where
F: Future + Unpin + ?Sized,
A: Allocator + 'static, type Output = <F as Future>::Output;
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
fn vzip(self) -> V
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more