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