Struct VariationSelector
struct VariationSelector
Characters that are Variation Selectors.
Example
use CodePointSetData;
use VariationSelector;
let variation_selector = ;
assert!; // MONGOLIAN FREE VARIATION SELECTOR THREE
assert!; // IDEOGRAPHIC VARIATION INDICATOR
assert!; // VARIATION SELECTOR-16
assert!; // PRESENTATION FORM FOR VERTICAL COMMA
assert!; // VARIATION SELECTOR-256
Implementations
impl BinaryProperty for VariationSelector
impl Debug for VariationSelector
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl Freeze for VariationSelector
impl RefUnwindSafe for VariationSelector
impl Send for VariationSelector
impl Sync for VariationSelector
impl Unpin for VariationSelector
impl UnsafeUnpin for VariationSelector
impl UnwindSafe for VariationSelector
impl<T> Any for VariationSelector
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for VariationSelector
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for VariationSelector
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> ErasedDestructor for VariationSelector
impl<T> From for VariationSelector
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into for VariationSelector
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 VariationSelector
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for VariationSelector
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>