Enum regex_syntax::ast::ClassPerlKind
source · pub enum ClassPerlKind {
Digit,
Space,
Word,
}
Expand description
The available Perl character classes.
Variants§
Trait Implementations§
source§impl Clone for ClassPerlKind
impl Clone for ClassPerlKind
source§fn clone(&self) -> ClassPerlKind
fn clone(&self) -> ClassPerlKind
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more