Struct lib_ruby_parser::nodes::Kwargs [−][src]
Expand description
Represents kwargs that are given to a method call, super or yield (i.e. foo(bar: 1))
Fields
pairs: Vec<Node>A list of key-value pairs
expression_l: LocLocation of the full expression
foo(bar: 1)
~~~~~~
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Kwargsimpl UnwindSafe for KwargsBlanket Implementations
Mutably borrows from an owned value. Read more