Struct NfdInert

struct NfdInert

Characters that are inert under NFD, i.e., they do not interact with adjacent characters.

Implementations

impl BinaryProperty for NfdInert

impl Debug for NfdInert

fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result

impl Freeze for NfdInert

impl RefUnwindSafe for NfdInert

impl Send for NfdInert

impl Sync for NfdInert

impl Unpin for NfdInert

impl UnsafeUnpin for NfdInert

impl UnwindSafe for NfdInert

impl<T> Any for NfdInert

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for NfdInert

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

impl<T> BorrowMut for NfdInert

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

impl<T> ErasedDestructor for NfdInert

impl<T> From for NfdInert

fn from(t: T) -> T

Returns the argument unchanged.

impl<T, U> Into for NfdInert

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 NfdInert

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

impl<T, U> TryInto for NfdInert

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