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