pub struct CharGroup {
pub items: Vec<GroupItem>,
}
Expand description
The contents of a CharClass
.
Refer to the char_class
module for more information.
Fields§
§items: Vec<GroupItem>
This variant is used for the remaining cases.
Trait Implementations§
impl Eq for CharGroup
impl StructuralPartialEq for CharGroup
Auto Trait Implementations§
impl Freeze for CharGroup
impl RefUnwindSafe for CharGroup
impl Send for CharGroup
impl Sync for CharGroup
impl Unpin for CharGroup
impl UnwindSafe for CharGroup
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