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