pub struct LineBreakV1Marker;Expand description
Data marker for the ‘lb’ Unicode property
Trait Implementations§
Source§impl DataMarker for LineBreakV1Marker
impl DataMarker for LineBreakV1Marker
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
impl<T> ErasedDestructor for Twhere
T: 'static,
impl<T> MaybeSendSync for T
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 0 bytes