Struct regex_syntax::ast::Assertion [−][src]
pub struct Assertion {
pub span: Span,
pub kind: AssertionKind,
}A single zero-width assertion.
Fields
span: SpanThe span of this assertion.
kind: AssertionKindThe assertion kind, e.g., \b or ^.
Trait Implementations
impl StructuralEq for Assertion[src]
impl StructuralEq for Assertion[src]impl StructuralPartialEq for Assertion[src]
impl StructuralPartialEq for Assertion[src]Auto Trait Implementations
impl RefUnwindSafe for Assertion
impl RefUnwindSafe for Assertionimpl UnwindSafe for Assertion
impl UnwindSafe for Assertion