Struct ruby_prism::NilNode
source · pub struct NilNode<'pr> { /* private fields */ }
Expand description
Represents the use of the nil
keyword.
nil
^^^
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'pr> RefUnwindSafe for NilNode<'pr>
impl<'pr> !Send for NilNode<'pr>
impl<'pr> !Sync for NilNode<'pr>
impl<'pr> Unpin for NilNode<'pr>
impl<'pr> !UnwindSafe for NilNode<'pr>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more