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