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