Enum ClassPerlKind
enum ClassPerlKind
The available Perl character classes.
Variants
-
Digit Decimal numbers.
-
Space Whitespace.
-
Word Word characters.
Implementations
impl Clone for ClassPerlKind
fn clone(self: &Self) -> ClassPerlKind
impl Debug for ClassPerlKind
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl Eq for ClassPerlKind
impl Freeze for ClassPerlKind
impl PartialEq for ClassPerlKind
fn eq(self: &Self, other: &ClassPerlKind) -> bool
impl RefUnwindSafe for ClassPerlKind
impl Send for ClassPerlKind
impl StructuralPartialEq for ClassPerlKind
impl Sync for ClassPerlKind
impl Unpin for ClassPerlKind
impl UnsafeUnpin for ClassPerlKind
impl UnwindSafe for ClassPerlKind
impl<T> Any for ClassPerlKind
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for ClassPerlKind
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for ClassPerlKind
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for ClassPerlKind
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> From for ClassPerlKind
fn from(t: T) -> TReturns the argument unchanged.
impl<T> ToOwned for ClassPerlKind
fn to_owned(self: &Self) -> Tfn clone_into(self: &Self, target: &mut T)
impl<T, U> Into for ClassPerlKind
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 ClassPerlKind
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for ClassPerlKind
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>