Struct regex_syntax::ast::WithComments [−][src]
An abstract syntax tree for a singular expression along with comments found.
Comments are not stored in the tree itself to avoid complexity. Each comment contains a span of precisely where it occurred in the original regular expression.
Fields
ast: Ast
The actual ast.
comments: Vec<Comment>
All comments found in the original regular expression.
Trait Implementations
impl Clone for WithComments
[src]
impl Clone for WithComments
[src]fn clone(&self) -> WithComments
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl PartialEq<WithComments> for WithComments
[src]
impl PartialEq<WithComments> for WithComments
[src]