Struct regex_syntax::ast::ClassSetRange [−][src]
A single character class range in a set.
Fields
span: SpanThe span of this range.
start: LiteralThe start of this range.
end: LiteralThe 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]