Struct icu_decimal::provider::DecimalSymbolsV1Marker
source · pub struct DecimalSymbolsV1Marker;
Expand description
Marker type for DecimalSymbolsV1
: “decimal/symbols@1”
- Fallback priority: language (default)
- Extension keyword: nu
Trait Implementations§
source§impl DataMarker for DecimalSymbolsV1Marker
impl DataMarker for DecimalSymbolsV1Marker
§type Yokeable = DecimalSymbolsV1<'static>
type Yokeable = DecimalSymbolsV1<'static>
A type that implements
Yokeable
. This should typically be the 'static
version of a
data struct.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 KeyedDataMarker for DecimalSymbolsV1Marker
impl KeyedDataMarker for DecimalSymbolsV1Marker
source§fn bind<P>(provider: P) -> DataProviderWithKey<Self, P>where
P: DataProvider<Self>,
Self: Sized,
fn bind<P>(provider: P) -> DataProviderWithKey<Self, P>where
P: DataProvider<Self>,
Self: Sized,
Binds this
KeyedDataMarker
to a provider supporting it.Auto Trait Implementations§
impl Freeze for DecimalSymbolsV1Marker
impl RefUnwindSafe for DecimalSymbolsV1Marker
impl Send for DecimalSymbolsV1Marker
impl Sync for DecimalSymbolsV1Marker
impl Unpin for DecimalSymbolsV1Marker
impl UnwindSafe for DecimalSymbolsV1Marker
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