Struct lib_ruby_parser::nodes::Kwnilarg
source · [−]Expand description
Represents an special argument that rejects all keyword arguments (i.e. def m(**nil); end
)
Fields
name_l: Loc
Location of the nil
def m(**nil); end
~~~
expression_l: Loc
Location of the nil
def m(**nil); end
~~~~~
Trait Implementations
impl StructuralPartialEq for Kwnilarg
Auto Trait Implementations
impl RefUnwindSafe for Kwnilarg
impl Send for Kwnilarg
impl Sync for Kwnilarg
impl Unpin for Kwnilarg
impl UnwindSafe for Kwnilarg
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