Struct regex_syntax::ast::Alternation
source · [−]Expand description
An alternation of regular expressions.
Fields
span: Span
The span of this alternation.
asts: Vec<Ast>
The alternate regular expressions.
Implementations
sourceimpl Alternation
impl Alternation
Trait Implementations
sourceimpl Clone for Alternation
impl Clone for Alternation
sourcefn clone(&self) -> Alternation
fn clone(&self) -> Alternation
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for Alternation
impl Debug for Alternation
sourceimpl PartialEq<Alternation> for Alternation
impl PartialEq<Alternation> for Alternation
sourcefn eq(&self, other: &Alternation) -> bool
fn eq(&self, other: &Alternation) -> bool
impl Eq for Alternation
impl StructuralEq for Alternation
impl StructuralPartialEq for Alternation
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more