[−][src]Enum regex_syntax::hir::GroupKind
The kind of group.
Variants
CaptureIndex(u32)
A normal unnamed capturing group.
The value is the capture index of the group.
A named capturing group.
A non-capturing group.
Trait Implementations
impl Clone for GroupKind
[src][+]
impl Debug for GroupKind
[src][+]
impl Eq for GroupKind
[src]
impl PartialEq<GroupKind> for GroupKind
[src][+]
impl StructuralEq for GroupKind
[src]
impl StructuralPartialEq for GroupKind
[src]
Auto Trait Implementations
impl RefUnwindSafe for GroupKind
impl Send for GroupKind
impl Sync for GroupKind
impl Unpin for GroupKind
impl UnwindSafe for GroupKind
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,