Struct regex_syntax::ast::ClassSetRange [−][src]
Expand description
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
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ClassSetRange
impl Send for ClassSetRange
impl Sync for ClassSetRange
impl Unpin for ClassSetRange
impl UnwindSafe for ClassSetRange
Blanket Implementations
Mutably borrows from an owned value. Read more