Struct icu_casemap::provider::CaseMapV1Marker
source · pub struct CaseMapV1Marker;
Expand description
Marker type for CaseMapV1
: “props/casemap@1”
- Fallback priority: language (default)
- Extension keyword: none (default)
Trait Implementations§
source§impl DataMarker for CaseMapV1Marker
impl DataMarker for CaseMapV1Marker
source§impl DataProvider<CaseMapV1Marker> for Baked
impl DataProvider<CaseMapV1Marker> for Baked
source§fn load(
&self,
req: DataRequest<'_>,
) -> Result<DataResponse<CaseMapV1Marker>, DataError>
fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<CaseMapV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl KeyedDataMarker for CaseMapV1Marker
impl KeyedDataMarker for CaseMapV1Marker
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 CaseMapV1Marker
impl RefUnwindSafe for CaseMapV1Marker
impl Send for CaseMapV1Marker
impl Sync for CaseMapV1Marker
impl Unpin for CaseMapV1Marker
impl UnwindSafe for CaseMapV1Marker
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