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: AstThe 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 Eq for WithComments[src]
impl Eq for WithComments[src]impl PartialEq<WithComments> for WithComments[src]
impl PartialEq<WithComments> for WithComments[src]fn eq(&self, other: &WithComments) -> bool[src]
fn ne(&self, other: &WithComments) -> bool[src]
impl StructuralEq for WithComments[src]
impl StructuralEq for WithComments[src]impl StructuralPartialEq for WithComments[src]
impl StructuralPartialEq for WithComments[src]Auto Trait Implementations
impl RefUnwindSafe for WithComments
impl RefUnwindSafe for WithCommentsimpl Send for WithComments
impl Send for WithCommentsimpl Sync for WithComments
impl Sync for WithCommentsimpl Unpin for WithComments
impl Unpin for WithCommentsimpl UnwindSafe for WithComments
impl UnwindSafe for WithComments