Struct icu::properties::provider::LineBreakV1Marker
source · [−]pub struct LineBreakV1Marker;
Expand description
Data marker for the ‘lb’ Unicode property
Trait Implementations
sourceimpl Bake for LineBreakV1Marker
impl Bake for LineBreakV1Marker
sourcefn bake(&self, env: &CrateEnv) -> TokenStream
fn bake(&self, env: &CrateEnv) -> TokenStream
Returns a TokenStream
that would evaluate to self
. Read more
sourceimpl DataMarker for LineBreakV1Marker
impl DataMarker for LineBreakV1Marker
type Yokeable = PropertyCodePointMapV1<'static, LineBreak>
type Yokeable = PropertyCodePointMapV1<'static, LineBreak>
sourceimpl Default for LineBreakV1Marker
impl Default for LineBreakV1Marker
sourcefn default() -> LineBreakV1Marker
fn default() -> LineBreakV1Marker
Returns the “default value” for a type. Read more
sourceimpl KeyedDataMarker for LineBreakV1Marker
impl KeyedDataMarker for LineBreakV1Marker
Auto Trait Implementations
impl RefUnwindSafe for LineBreakV1Marker
impl Send for LineBreakV1Marker
impl Sync for LineBreakV1Marker
impl Unpin for LineBreakV1Marker
impl UnwindSafe for LineBreakV1Marker
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more