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 DataProvider<AliasesV2Marker> for Baked
impl DataProvider<AliasesV2Marker> for Baked
Source§fn load(
&self,
req: DataRequest<'_>,
) -> Result<DataResponse<AliasesV2Marker>, DataError>
fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<AliasesV2Marker>, DataError>
Query the provider for data, returning the result. Read more
Source§impl DataProvider<CollationFallbackSupplementV1Marker> for Baked
impl DataProvider<CollationFallbackSupplementV1Marker> for Baked
Source§fn load(
&self,
req: DataRequest<'_>,
) -> Result<DataResponse<CollationFallbackSupplementV1Marker>, DataError>
fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<CollationFallbackSupplementV1Marker>, DataError>
Query the provider for data, returning the result. Read more
Source§fn load(
&self,
req: DataRequest<'_>,
) -> Result<DataResponse<LikelySubtagsExtendedV1Marker>, DataError>
fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<LikelySubtagsExtendedV1Marker>, DataError>
Query the provider for data, returning the result. Read more
Source§fn load(
&self,
req: DataRequest<'_>,
) -> Result<DataResponse<LikelySubtagsForLanguageV1Marker>, DataError>
fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<LikelySubtagsForLanguageV1Marker>, DataError>
Query the provider for data, returning the result. Read more
Source§fn load(
&self,
req: DataRequest<'_>,
) -> Result<DataResponse<LikelySubtagsForScriptRegionV1Marker>, DataError>
fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<LikelySubtagsForScriptRegionV1Marker>, DataError>
Query the provider for data, returning the result. Read more
Source§fn load(
&self,
req: DataRequest<'_>,
) -> Result<DataResponse<LocaleFallbackLikelySubtagsV1Marker>, DataError>
fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<LocaleFallbackLikelySubtagsV1Marker>, DataError>
Query the provider for data, returning the result. Read more
Source§impl DataProvider<LocaleFallbackParentsV1Marker> for Baked
impl DataProvider<LocaleFallbackParentsV1Marker> for Baked
Source§fn load(
&self,
req: DataRequest<'_>,
) -> Result<DataResponse<LocaleFallbackParentsV1Marker>, DataError>
fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<LocaleFallbackParentsV1Marker>, DataError>
Query the provider for data, returning the result. Read more
Source§impl<Y> DataProvider<NeverMarker<Y>> for Bakedwhere
for<'a> Y: Yokeable<'a>,
impl<Y> DataProvider<NeverMarker<Y>> for Bakedwhere
for<'a> Y: Yokeable<'a>,
Source§fn load(
&self,
req: DataRequest<'_>,
) -> Result<DataResponse<NeverMarker<Y>>, DataError>
fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<NeverMarker<Y>>, DataError>
Query the provider for data, returning the result. Read more
Source§impl DataProvider<ScriptDirectionV1Marker> for Baked
impl DataProvider<ScriptDirectionV1Marker> for Baked
Source§fn load(
&self,
req: DataRequest<'_>,
) -> Result<DataResponse<ScriptDirectionV1Marker>, DataError>
fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<ScriptDirectionV1Marker>, DataError>
Query the provider for data, returning the result. 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> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more