Struct NfkdInert
struct NfkdInert
Characters that are inert under NFKD, i.e., they do not interact with adjacent characters.
Implementations
impl BinaryProperty for NfkdInert
impl Debug for NfkdInert
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl Freeze for NfkdInert
impl RefUnwindSafe for NfkdInert
impl Send for NfkdInert
impl Sync for NfkdInert
impl Unpin for NfkdInert
impl UnsafeUnpin for NfkdInert
impl UnwindSafe for NfkdInert
impl<T> Any for NfkdInert
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for NfkdInert
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for NfkdInert
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> ErasedDestructor for NfkdInert
impl<T> From for NfkdInert
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into for NfkdInert
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for NfkdInert
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for NfkdInert
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>