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 moresource§impl Debug for ClassPerlKind
impl Debug for ClassPerlKind
source§impl PartialEq<ClassPerlKind> for ClassPerlKind
impl PartialEq<ClassPerlKind> for ClassPerlKind
source§fn eq(&self, other: &ClassPerlKind) -> bool
fn eq(&self, other: &ClassPerlKind) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.