Struct ruby_prism::Comment
source · pub struct Comment<'pr> { /* private fields */ }
Expand description
A comment that was found during parsing.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'pr> RefUnwindSafe for Comment<'pr>
impl<'pr> !Send for Comment<'pr>
impl<'pr> !Sync for Comment<'pr>
impl<'pr> Unpin for Comment<'pr>
impl<'pr> UnwindSafe for Comment<'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