Struct regex_syntax::ast::Alternation [−][src]
An alternation of regular expressions.
Fields
span: SpanThe span of this alternation.
asts: Vec<Ast>The alternate regular expressions.
Implementations
impl Alternation[src]
impl Alternation[src]Trait Implementations
impl Clone for Alternation[src]
impl Clone for Alternation[src]fn clone(&self) -> Alternation[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl PartialEq<Alternation> for Alternation[src]
impl PartialEq<Alternation> for Alternation[src]