Struct boreal_parser::regex::BracketedClass
source · pub struct BracketedClass {
pub items: Vec<BracketedClassItem>,
pub negated: bool,
}Expand description
Class expressed in brackets.
Fields§
§items: Vec<BracketedClassItem>List of items in the class.
negated: boolIs the class negated.
Trait Implementations§
source§impl Clone for BracketedClass
impl Clone for BracketedClass
source§fn clone(&self) -> BracketedClass
fn clone(&self) -> BracketedClass
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more