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 Eq for ClassSetRange
[src]
impl Eq for ClassSetRange
[src]impl PartialEq<ClassSetRange> for ClassSetRange
[src]
impl PartialEq<ClassSetRange> for ClassSetRange
[src]fn eq(&self, other: &ClassSetRange) -> bool
[src]
fn ne(&self, other: &ClassSetRange) -> bool
[src]
impl StructuralEq for ClassSetRange
[src]
impl StructuralEq for ClassSetRange
[src]impl StructuralPartialEq for ClassSetRange
[src]
impl StructuralPartialEq for ClassSetRange
[src]Auto Trait Implementations
impl RefUnwindSafe for ClassSetRange
impl RefUnwindSafe for ClassSetRange
impl Send for ClassSetRange
impl Send for ClassSetRange
impl Sync for ClassSetRange
impl Sync for ClassSetRange
impl Unpin for ClassSetRange
impl Unpin for ClassSetRange
impl UnwindSafe for ClassSetRange
impl UnwindSafe for ClassSetRange