Enum regex_syntax::ast::ClassPerlKind
source · [−]pub enum ClassPerlKind {
Digit,
Space,
Word,
}
Expand description
The available Perl character classes.
Variants
Digit
Decimal numbers.
Space
Whitespace.
Word
Word characters.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ClassPerlKind
impl Send for ClassPerlKind
impl Sync for ClassPerlKind
impl Unpin for ClassPerlKind
impl UnwindSafe for ClassPerlKind
Blanket Implementations
Mutably borrows from an owned value. Read more