Struct regex_syntax::ast::Assertion [−][src]
pub struct Assertion {
pub span: Span,
pub kind: AssertionKind,
}Expand description
A single zero-width assertion.
Fields
span: SpanThe span of this assertion.
kind: AssertionKindThe 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