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