Struct NoncharacterCodePoint
struct NoncharacterCodePoint
Code points permanently reserved for internal use.
Example
use CodePointSetData;
use NoncharacterCodePoint;
let noncharacter_code_point = ;
assert!;
assert!;
assert!;
Implementations
impl BinaryProperty for NoncharacterCodePoint
impl Debug for NoncharacterCodePoint
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl Freeze for NoncharacterCodePoint
impl RefUnwindSafe for NoncharacterCodePoint
impl Send for NoncharacterCodePoint
impl Sync for NoncharacterCodePoint
impl Unpin for NoncharacterCodePoint
impl UnsafeUnpin for NoncharacterCodePoint
impl UnwindSafe for NoncharacterCodePoint
impl<T> Any for NoncharacterCodePoint
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for NoncharacterCodePoint
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for NoncharacterCodePoint
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> ErasedDestructor for NoncharacterCodePoint
impl<T> From for NoncharacterCodePoint
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into for NoncharacterCodePoint
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 NoncharacterCodePoint
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for NoncharacterCodePoint
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>