Struct ruby_prism::StatementsNode
source · pub struct StatementsNode<'pr> { /* private fields */ }
Expand description
Represents a set of statements contained within some scope.
foo; bar; baz
^^^^^^^^^^^^^
Implementations§
source§impl<'pr> StatementsNode<'pr>
impl<'pr> StatementsNode<'pr>
Trait Implementations§
Auto Trait Implementations§
impl<'pr> RefUnwindSafe for StatementsNode<'pr>
impl<'pr> !Send for StatementsNode<'pr>
impl<'pr> !Sync for StatementsNode<'pr>
impl<'pr> Unpin for StatementsNode<'pr>
impl<'pr> !UnwindSafe for StatementsNode<'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