pub enum GroupKind {
Parenthesis,
Quotes,
DoubleQuotes,
}Expand description
Types of groups
This enum is used to specify the type of a group in a matcher.
Variants§
Parenthesis
A group enclosed in parentheses
Quotes
A group enclosed in single quotes
DoubleQuotes
A group enclosed in double quotes
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GroupKind
impl RefUnwindSafe for GroupKind
impl Send for GroupKind
impl Sync for GroupKind
impl Unpin for GroupKind
impl UnwindSafe for GroupKind
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more