Struct ruby_prism::RetryNode
source · pub struct RetryNode<'pr> { /* private fields */ }
Expand description
Represents the use of the retry
keyword.
retry
^^^^^
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'pr> RefUnwindSafe for RetryNode<'pr>
impl<'pr> !Send for RetryNode<'pr>
impl<'pr> !Sync for RetryNode<'pr>
impl<'pr> Unpin for RetryNode<'pr>
impl<'pr> !UnwindSafe for RetryNode<'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