Struct lib_ruby_parser::nodes::MatchAlt [−][src]
Represents pattern matching using one of the given patterns (i.e. foo in 1 | 2
)
Fields
lhs: Box<Node>
Left pattern
rhs: Box<Node>
Right pattern
operator_l: Loc
Location of the |
operator
foo in 1 | 2
~
expression_l: Loc
Location of the full expression
foo in 1 | 2
~~~~~
Trait Implementations
impl Clone for MatchAlt
[src][+]
impl Debug for MatchAlt
[src][+]
impl PartialEq<MatchAlt> for MatchAlt
[src][+]
impl StructuralPartialEq for MatchAlt
[src]
Auto Trait Implementations
impl RefUnwindSafe for MatchAlt
[src]
impl Send for MatchAlt
[src]
impl Sync for MatchAlt
[src]
impl Unpin for MatchAlt
[src]
impl UnwindSafe for MatchAlt
[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,