Struct regex_syntax::ast::ClassBracketed [−][src]
A bracketed character class, e.g., [a-z0-9].
Fields
span: SpanThe span of this class.
negated: boolWhether this class is negated or not. e.g., [a] is not negated but
[^a] is.
kind: ClassSetThe type of this set. A set is either a normal union of things, e.g.,
[abc] or a result of applying set operations, e.g., [\pL--c].
Trait Implementations
impl Clone for ClassBracketed[src]
impl Clone for ClassBracketed[src]fn clone(&self) -> ClassBracketed[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl PartialEq<ClassBracketed> for ClassBracketed[src]
impl PartialEq<ClassBracketed> for ClassBracketed[src]