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 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 ClassSetRangeimpl Send for ClassSetRange
impl Send for ClassSetRangeimpl Sync for ClassSetRange
impl Sync for ClassSetRangeimpl Unpin for ClassSetRange
impl Unpin for ClassSetRangeimpl UnwindSafe for ClassSetRange
impl UnwindSafe for ClassSetRange