Struct regex_syntax::ast::Assertion [−][src]
pub struct Assertion { pub span: Span, pub kind: AssertionKind, }
Expand description
A single zero-width assertion.
Fields
span: Span
The span of this assertion.
kind: AssertionKind
The assertion kind, e.g., \b
or ^
.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Assertion
impl UnwindSafe for Assertion
Blanket Implementations
Mutably borrows from an owned value. Read more