Struct NfcInert
struct NfcInert
Characters that are inert under NFC, i.e., they do not interact with adjacent characters.
Implementations
impl BinaryProperty for NfcInert
impl Debug for NfcInert
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl Freeze for NfcInert
impl RefUnwindSafe for NfcInert
impl Send for NfcInert
impl Sync for NfcInert
impl Unpin for NfcInert
impl UnsafeUnpin for NfcInert
impl UnwindSafe for NfcInert
impl<T> Any for NfcInert
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for NfcInert
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for NfcInert
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> ErasedDestructor for NfcInert
impl<T> From for NfcInert
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into for NfcInert
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 NfcInert
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for NfcInert
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>