Struct icu_properties::provider::CasedV1Marker
source · pub struct CasedV1Marker;
Expand description
Data marker for the ‘Cased’ Unicode property
Trait Implementations§
source§impl DataMarker for CasedV1Marker
impl DataMarker for CasedV1Marker
§type Yokeable = PropertyCodePointSetV1<'static>
type Yokeable = PropertyCodePointSetV1<'static>
A type that implements
Yokeable
. This should typically be the 'static
version of a
data struct.source§impl DataProvider<CasedV1Marker> for Baked
impl DataProvider<CasedV1Marker> for Baked
source§fn load(
&self,
req: DataRequest<'_>,
) -> Result<DataResponse<CasedV1Marker>, DataError>
fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<CasedV1Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl Debug for CasedV1Marker
impl Debug for CasedV1Marker
source§impl Default for CasedV1Marker
impl Default for CasedV1Marker
source§fn default() -> CasedV1Marker
fn default() -> CasedV1Marker
Returns the “default value” for a type. Read more
source§impl KeyedDataMarker for CasedV1Marker
impl KeyedDataMarker for CasedV1Marker
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 CasedV1Marker
impl RefUnwindSafe for CasedV1Marker
impl Send for CasedV1Marker
impl Sync for CasedV1Marker
impl Unpin for CasedV1Marker
impl UnwindSafe for CasedV1Marker
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