Enum regex_syntax::ast::ClassPerlKind [−][src]
pub enum ClassPerlKind {
Digit,
Space,
Word,
}
Expand description
The available Perl character classes.
Variants
Decimal numbers.
Whitespace.
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