Enum regex_syntax::hir::GroupKind
source · [−]Expand description
The kind of group.
Variants
CaptureIndex(u32)
A normal unnamed capturing group.
The value is the capture index of the group.
CaptureName
A named capturing group.
NonCapturing
A non-capturing group.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GroupKind
impl UnwindSafe for GroupKind
Blanket Implementations
Mutably borrows from an owned value. Read more