Struct lib_ruby_parser::ReservedWord
source · [−]pub struct ReservedWord { /* private fields */ }
Expand description
Representation of a reserved word in Ruby
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ReservedWord
impl Send for ReservedWord
impl Sync for ReservedWord
impl Unpin for ReservedWord
impl UnwindSafe for ReservedWord
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