icu::properties::provider

Struct Baked

Source
pub struct Baked;
Expand description

Baked data

🚧 This code is considered unstable; it may change at any time, in breaking or non-breaking ways, including in SemVer minor releases. In particular, the `DataProvider` implementations are only guaranteed to match with this version's `*_unstable` providers. Use with caution.

Trait Implementations§

Source§

impl<Y> DataProvider<NeverMarker<Y>> for Baked
where Y: for<'a> Yokeable<'a>,

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<NeverMarker<Y>>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyBinaryAlnumV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyBinaryAlnumV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyBinaryAlphabeticV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyBinaryAlphabeticV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyBinaryAsciiHexDigitV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyBinaryAsciiHexDigitV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyBinaryBasicEmojiV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyBinaryBasicEmojiV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyBinaryBidiControlV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyBinaryBidiControlV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyBinaryBidiMirroredV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyBinaryBidiMirroredV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyBinaryBlankV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyBinaryBlankV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyBinaryCaseIgnorableV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyBinaryCaseIgnorableV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyBinaryCaseSensitiveV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyBinaryCaseSensitiveV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyBinaryCasedV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyBinaryCasedV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyBinaryChangesWhenCasefoldedV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyBinaryChangesWhenCasefoldedV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyBinaryChangesWhenCasemappedV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyBinaryChangesWhenCasemappedV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyBinaryChangesWhenLowercasedV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyBinaryChangesWhenLowercasedV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyBinaryChangesWhenNfkcCasefoldedV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyBinaryChangesWhenNfkcCasefoldedV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyBinaryChangesWhenTitlecasedV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyBinaryChangesWhenTitlecasedV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyBinaryChangesWhenUppercasedV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyBinaryChangesWhenUppercasedV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyBinaryDashV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyBinaryDashV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyBinaryDefaultIgnorableCodePointV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyBinaryDefaultIgnorableCodePointV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyBinaryDeprecatedV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyBinaryDeprecatedV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyBinaryDiacriticV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyBinaryDiacriticV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyBinaryEmojiComponentV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyBinaryEmojiComponentV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyBinaryEmojiModifierBaseV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyBinaryEmojiModifierBaseV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyBinaryEmojiModifierV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyBinaryEmojiModifierV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyBinaryEmojiPresentationV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyBinaryEmojiPresentationV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyBinaryEmojiV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyBinaryEmojiV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyBinaryExtendedPictographicV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyBinaryExtendedPictographicV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyBinaryExtenderV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyBinaryExtenderV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyBinaryFullCompositionExclusionV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyBinaryFullCompositionExclusionV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyBinaryGraphV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyBinaryGraphV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyBinaryGraphemeBaseV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyBinaryGraphemeBaseV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyBinaryGraphemeExtendV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyBinaryGraphemeExtendV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyBinaryGraphemeLinkV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyBinaryGraphemeLinkV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyBinaryHexDigitV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyBinaryHexDigitV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyBinaryHyphenV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyBinaryHyphenV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyBinaryIdContinueV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyBinaryIdContinueV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyBinaryIdStartV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyBinaryIdStartV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyBinaryIdeographicV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyBinaryIdeographicV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyBinaryIdsBinaryOperatorV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyBinaryIdsBinaryOperatorV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyBinaryIdsTrinaryOperatorV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyBinaryIdsTrinaryOperatorV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyBinaryJoinControlV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyBinaryJoinControlV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyBinaryLogicalOrderExceptionV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyBinaryLogicalOrderExceptionV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyBinaryLowercaseV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyBinaryLowercaseV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyBinaryMathV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyBinaryMathV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyBinaryNfcInertV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyBinaryNfcInertV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyBinaryNfdInertV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyBinaryNfdInertV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyBinaryNfkcInertV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyBinaryNfkcInertV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyBinaryNfkdInertV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyBinaryNfkdInertV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyBinaryNoncharacterCodePointV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyBinaryNoncharacterCodePointV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyBinaryPatternSyntaxV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyBinaryPatternSyntaxV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyBinaryPatternWhiteSpaceV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyBinaryPatternWhiteSpaceV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyBinaryPrependedConcatenationMarkV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyBinaryPrependedConcatenationMarkV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyBinaryPrintV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyBinaryPrintV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyBinaryQuotationMarkV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyBinaryQuotationMarkV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyBinaryRadicalV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyBinaryRadicalV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyBinaryRegionalIndicatorV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyBinaryRegionalIndicatorV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyBinarySegmentStarterV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyBinarySegmentStarterV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyBinarySentenceTerminalV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyBinarySentenceTerminalV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyBinarySoftDottedV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyBinarySoftDottedV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyBinaryTerminalPunctuationV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyBinaryTerminalPunctuationV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyBinaryUnifiedIdeographV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyBinaryUnifiedIdeographV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyBinaryUppercaseV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyBinaryUppercaseV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyBinaryVariationSelectorV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyBinaryVariationSelectorV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyBinaryWhiteSpaceV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyBinaryWhiteSpaceV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyBinaryXdigitV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyBinaryXdigitV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyBinaryXidContinueV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyBinaryXidContinueV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyBinaryXidStartV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyBinaryXidStartV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyEnumBidiClassV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyEnumBidiClassV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyEnumBidiMirroringGlyphV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyEnumBidiMirroringGlyphV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyEnumCanonicalCombiningClassV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyEnumCanonicalCombiningClassV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyEnumEastAsianWidthV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyEnumEastAsianWidthV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyEnumGeneralCategoryV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyEnumGeneralCategoryV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyEnumGraphemeClusterBreakV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyEnumGraphemeClusterBreakV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyEnumHangulSyllableTypeV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyEnumHangulSyllableTypeV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyEnumIndicSyllabicCategoryV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyEnumIndicSyllabicCategoryV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyEnumJoiningTypeV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyEnumJoiningTypeV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyEnumLineBreakV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyEnumLineBreakV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyEnumScriptV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyEnumScriptV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyEnumSentenceBreakV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyEnumSentenceBreakV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyEnumWordBreakV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyEnumWordBreakV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyNameLongBidiClassV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyNameLongBidiClassV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyNameLongCanonicalCombiningClassV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyNameLongCanonicalCombiningClassV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyNameLongEastAsianWidthV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyNameLongEastAsianWidthV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyNameLongGeneralCategoryV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyNameLongGeneralCategoryV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyNameLongGraphemeClusterBreakV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyNameLongGraphemeClusterBreakV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyNameLongHangulSyllableTypeV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyNameLongHangulSyllableTypeV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyNameLongIndicSyllabicCategoryV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyNameLongIndicSyllabicCategoryV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyNameLongJoiningTypeV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyNameLongJoiningTypeV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyNameLongLineBreakV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyNameLongLineBreakV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyNameLongScriptV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyNameLongScriptV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyNameLongSentenceBreakV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyNameLongSentenceBreakV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyNameLongWordBreakV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyNameLongWordBreakV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyNameParseBidiClassV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyNameParseBidiClassV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyNameParseCanonicalCombiningClassV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyNameParseCanonicalCombiningClassV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyNameParseEastAsianWidthV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyNameParseEastAsianWidthV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyNameParseGeneralCategoryMaskV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyNameParseGeneralCategoryMaskV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyNameParseGeneralCategoryV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyNameParseGeneralCategoryV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyNameParseGraphemeClusterBreakV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyNameParseGraphemeClusterBreakV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyNameParseHangulSyllableTypeV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyNameParseHangulSyllableTypeV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyNameParseIndicSyllabicCategoryV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyNameParseIndicSyllabicCategoryV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyNameParseJoiningTypeV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyNameParseJoiningTypeV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyNameParseLineBreakV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyNameParseLineBreakV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyNameParseScriptV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyNameParseScriptV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyNameParseSentenceBreakV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyNameParseSentenceBreakV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyNameParseWordBreakV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyNameParseWordBreakV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyNameShortBidiClassV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyNameShortBidiClassV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyNameShortCanonicalCombiningClassV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyNameShortCanonicalCombiningClassV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyNameShortEastAsianWidthV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyNameShortEastAsianWidthV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyNameShortGeneralCategoryV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyNameShortGeneralCategoryV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyNameShortGraphemeClusterBreakV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyNameShortGraphemeClusterBreakV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyNameShortHangulSyllableTypeV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyNameShortHangulSyllableTypeV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyNameShortIndicSyllabicCategoryV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyNameShortIndicSyllabicCategoryV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyNameShortJoiningTypeV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyNameShortJoiningTypeV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyNameShortLineBreakV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyNameShortLineBreakV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyNameShortScriptV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyNameShortScriptV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyNameShortSentenceBreakV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyNameShortSentenceBreakV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyNameShortWordBreakV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyNameShortWordBreakV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl DataProvider<PropertyScriptWithExtensionsV1> for Baked

Source§

fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<PropertyScriptWithExtensionsV1>, DataError>

Query the provider for data, returning the result. Read more
Source§

impl Debug for Baked

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more

Auto Trait Implementations§

§

impl Freeze for Baked

§

impl RefUnwindSafe for Baked

§

impl Send for Baked

§

impl Sync for Baked

§

impl Unpin for Baked

§

impl UnwindSafe for Baked

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> if into_left is true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> if into_left(&self) returns true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<T> ErasedDestructor for T
where T: 'static,