Struct IdContinue
struct IdContinue
Characters that can come after the first character in an identifier.
If using NFKC to
fold differences between characters, use XidContinue instead. See
Unicode Standard Annex #31 for
more details.
Example
use CodePointSetData;
use IdContinue;
let id_continue = ;
assert!;
assert!;
assert!;
assert!; // U+07DD NKO LETTER FA
assert!; // U+24E7 CIRCLED LATIN SMALL LETTER X
assert!; // ARABIC LIGATURE SHADDA WITH DAMMATAN ISOLATED FORM
Implementations
impl BinaryProperty for IdContinue
impl Debug for IdContinue
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl Freeze for IdContinue
impl RefUnwindSafe for IdContinue
impl Send for IdContinue
impl Sync for IdContinue
impl Unpin for IdContinue
impl UnsafeUnpin for IdContinue
impl UnwindSafe for IdContinue
impl<T> Any for IdContinue
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for IdContinue
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for IdContinue
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> ErasedDestructor for IdContinue
impl<T> From for IdContinue
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into for IdContinue
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 IdContinue
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for IdContinue
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>