Struct NormalizerNfdDataV1

struct NormalizerNfdDataV1

Marker for data for canonical decomposition.

Implementations

impl DataMarker for NormalizerNfdDataV1

impl DynamicDataMarker for NormalizerNfdDataV1

impl Freeze for NormalizerNfdDataV1

impl RefUnwindSafe for NormalizerNfdDataV1

impl Send for NormalizerNfdDataV1

impl Sync for NormalizerNfdDataV1

impl Unpin for NormalizerNfdDataV1

impl UnsafeUnpin for NormalizerNfdDataV1

impl UnwindSafe for NormalizerNfdDataV1

impl<M> DataMarkerExt for NormalizerNfdDataV1

fn bind<P>(provider: P) -> DataProviderWithMarker<M, P>
where
    P: DataProvider<M>
fn make_locale(locale: LocalePreferences) -> DataLocale

impl<T> Any for NormalizerNfdDataV1

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for NormalizerNfdDataV1

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for NormalizerNfdDataV1

fn borrow_mut(self: &mut Self) -> &mut T

impl<T> ErasedDestructor for NormalizerNfdDataV1

impl<T> From for NormalizerNfdDataV1

fn from(t: T) -> T

Returns the argument unchanged.

impl<T, U> Into for NormalizerNfdDataV1

fn into(self: Self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom for NormalizerNfdDataV1

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

impl<T, U> TryInto for NormalizerNfdDataV1

fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>