Struct icu_decimal::provider::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 DataProvider<DecimalSymbolsV1Marker> for Baked
impl DataProvider<DecimalSymbolsV1Marker> for Baked
sourceยงfn load(
&self,
req: DataRequest<'_>,
) -> Result<DataResponse<DecimalSymbolsV1Marker>, DataError>
fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<DecimalSymbolsV1Marker>, DataError>
Query the provider for data, returning the result. Read more
sourceยงimpl<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
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