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