pub struct WordBreakDataV1Marker;
Expand description
Marker type for RuleBreakDataV1
: “segmenter/word@1”
- Fallback priority: language (default)
- Extension keyword: none (default)
Trait Implementations
sourceimpl Bake for WordBreakDataV1Marker
impl Bake for WordBreakDataV1Marker
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 WordBreakDataV1Marker
impl DataMarker for WordBreakDataV1Marker
type Yokeable = RuleBreakDataV1<'static>
type Yokeable = RuleBreakDataV1<'static>
Auto Trait Implementations
impl RefUnwindSafe for WordBreakDataV1Marker
impl Send for WordBreakDataV1Marker
impl Sync for WordBreakDataV1Marker
impl Unpin for WordBreakDataV1Marker
impl UnwindSafe for WordBreakDataV1Marker
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