#[non_exhaustive]pub struct NfkcInert;๐Deprecated since 2.3.0:
not a UCD property
Expand description
Characters that are inert under NFKC, i.e., they do not interact with adjacent characters.
Trait Implementationsยง
Sourceยงimpl BinaryProperty for NfkcInert
impl BinaryProperty for NfkcInert
Auto Trait Implementationsยง
impl Freeze for NfkcInert
impl RefUnwindSafe for NfkcInert
impl Send for NfkcInert
impl Sync for NfkcInert
impl Unpin for NfkcInert
impl UnsafeUnpin for NfkcInert
impl UnwindSafe for NfkcInert
Blanket Implementationsยง
Sourceยงimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Sourceยงfn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more