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