Struct RegionalIndicator
struct RegionalIndicator
Regional indicator characters, U+1F1E6..U+1F1FF.
Example
use CodePointSetData;
use RegionalIndicator;
let regional_indicator = ;
assert!; // U+1F1F9 REGIONAL INDICATOR SYMBOL LETTER T
assert!; // U+24C9 CIRCLED LATIN CAPITAL LETTER T
assert!;
Implementations
impl BinaryProperty for RegionalIndicator
impl Debug for RegionalIndicator
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl Freeze for RegionalIndicator
impl RefUnwindSafe for RegionalIndicator
impl Send for RegionalIndicator
impl Sync for RegionalIndicator
impl Unpin for RegionalIndicator
impl UnsafeUnpin for RegionalIndicator
impl UnwindSafe for RegionalIndicator
impl<T> Any for RegionalIndicator
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for RegionalIndicator
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for RegionalIndicator
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> ErasedDestructor for RegionalIndicator
impl<T> From for RegionalIndicator
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into for RegionalIndicator
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 RegionalIndicator
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for RegionalIndicator
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>