Struct regex_syntax::ast::ClassSetRange
source · [−]Expand description
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
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