[−][src]Struct lib_ruby_parser::nodes::Masgn
Represents mass-assignment (i.e. foo, bar = 1, 2
)
Fields
lhs: Box<Node>
Left hand statement of the assignment
rhs: Box<Node>
Left hand statement of the assignment
operator_l: Range
Location of the =
operator
foo, bar = 1, 2
~
expression_l: Range
Location of the full expression
foo, bar = 1, 2
~~~~~~~~~~~~~~~
Trait Implementations
impl Clone for Masgn
[src][+]
impl Debug for Masgn
[src][+]
impl PartialEq<Masgn> for Masgn
[src][+]
impl StructuralPartialEq for Masgn
[src]
Auto Trait Implementations
impl !RefUnwindSafe for Masgn
impl !Send for Masgn
impl !Sync for Masgn
impl Unpin for Masgn
impl UnwindSafe for Masgn
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>,