Struct icu::properties::provider::GraphemeClusterBreakV1Marker
source · [−]pub struct GraphemeClusterBreakV1Marker;
Expand description
Data marker for the ‘GCB’ Unicode property
Trait Implementations
sourceimpl Bake for GraphemeClusterBreakV1Marker
impl Bake for GraphemeClusterBreakV1Marker
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 GraphemeClusterBreakV1Marker
impl DataMarker for GraphemeClusterBreakV1Marker
type Yokeable = PropertyCodePointMapV1<'static, GraphemeClusterBreak>
type Yokeable = PropertyCodePointMapV1<'static, GraphemeClusterBreak>
sourceimpl Default for GraphemeClusterBreakV1Marker
impl Default for GraphemeClusterBreakV1Marker
sourcefn default() -> GraphemeClusterBreakV1Marker
fn default() -> GraphemeClusterBreakV1Marker
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for GraphemeClusterBreakV1Marker
impl Send for GraphemeClusterBreakV1Marker
impl Sync for GraphemeClusterBreakV1Marker
impl Unpin for GraphemeClusterBreakV1Marker
impl UnwindSafe for GraphemeClusterBreakV1Marker
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