Struct regex_syntax::ast::ClassSetRange [−][src]
A single character class range in a set.
Fields
span: Span
The span of this range.
start: Literal
The start of this range.
end: Literal
The end of this range.
Implementations
impl ClassSetRange
[src]
impl ClassSetRange
[src]Trait Implementations
impl Clone for ClassSetRange
[src]
impl Clone for ClassSetRange
[src]fn clone(&self) -> ClassSetRange
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl PartialEq<ClassSetRange> for ClassSetRange
[src]
impl PartialEq<ClassSetRange> for ClassSetRange
[src]