Enum regex_syntax::ast::ClassPerlKind [−][src]
pub enum ClassPerlKind {
Digit,
Space,
Word,
}The available Perl character classes.
Variants
DigitDecimal numbers.
SpaceWhitespace.
WordWord characters.
Trait Implementations
impl Clone for ClassPerlKind[src]
impl Clone for ClassPerlKindfn clone(&self) -> ClassPerlKind[src]
fn clone(&self) -> ClassPerlKindReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for ClassPerlKind[src]
impl Debug for ClassPerlKindfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for ClassPerlKind[src]
impl Eq for ClassPerlKindimpl PartialEq for ClassPerlKind[src]
impl PartialEq for ClassPerlKindAuto Trait Implementations
impl Send for ClassPerlKind
impl Send for ClassPerlKindimpl Sync for ClassPerlKind
impl Sync for ClassPerlKind