pub struct RParenNode { /* private fields */ }Expand description
Branded type for RParen non-terminal
Implementations§
Source§impl RParenNode
impl RParenNode
Sourcepub fn into_builder(self) -> CstBuilder
pub fn into_builder(self) -> CstBuilder
Consume this node and return its builder
Trait Implementations§
Source§impl Clone for RParenNode
impl Clone for RParenNode
Source§fn clone(&self) -> RParenNode
fn clone(&self) -> RParenNode
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RParenNode
impl Debug for RParenNode
Source§impl From<RParenNode> for BuilderNodeId
impl From<RParenNode> for BuilderNodeId
Source§fn from(node: RParenNode) -> Self
fn from(node: RParenNode) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for RParenNode
impl RefUnwindSafe for RParenNode
impl Send for RParenNode
impl Sync for RParenNode
impl Unpin for RParenNode
impl UnwindSafe for RParenNode
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