Struct GraphemeExtend
struct GraphemeExtend
Property used to define "Grapheme extender".
See D59 in Chapter 3, Conformance in the Unicode Standard.
Example
use CodePointSetData;
use GraphemeExtend;
let grapheme_extend = ;
assert!; // U+0D15 MALAYALAM LETTER KA
assert!; // U+0D3F MALAYALAM VOWEL SIGN I
assert!; // U+0D3E MALAYALAM VOWEL SIGN AA
Implementations
impl BinaryProperty for GraphemeExtend
impl Debug for GraphemeExtend
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl Freeze for GraphemeExtend
impl RefUnwindSafe for GraphemeExtend
impl Send for GraphemeExtend
impl Sync for GraphemeExtend
impl Unpin for GraphemeExtend
impl UnsafeUnpin for GraphemeExtend
impl UnwindSafe for GraphemeExtend
impl<T> Any for GraphemeExtend
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for GraphemeExtend
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for GraphemeExtend
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> ErasedDestructor for GraphemeExtend
impl<T> From for GraphemeExtend
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into for GraphemeExtend
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 GraphemeExtend
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for GraphemeExtend
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>