Struct Alnum
struct Alnum
Characters with the Alphabetic or Decimal_Number property.
This is defined for POSIX compatibility.
Implementations
impl BinaryProperty for Alnum
impl Debug for Alnum
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl Freeze for Alnum
impl RefUnwindSafe for Alnum
impl Send for Alnum
impl Sync for Alnum
impl Unpin for Alnum
impl UnsafeUnpin for Alnum
impl UnwindSafe for Alnum
impl<T> Any for Alnum
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for Alnum
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for Alnum
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> ErasedDestructor for Alnum
impl<T> From for Alnum
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into for Alnum
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 Alnum
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for Alnum
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>