Struct regex_syntax::ast::Alternation [−][src]
Expand description
An alternation of regular expressions.
Fields
span: SpanThe span of this alternation.
asts: Vec<Ast>The alternate regular expressions.
Implementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for Alternation
impl Send for Alternation
impl Sync for Alternation
impl Unpin for Alternation
impl UnwindSafe for Alternation
Blanket Implementations
Mutably borrows from an owned value. Read more