pub struct CommaNode { /* private fields */ }Expand description
Branded type for Comma non-terminal
Implementations§
Source§impl CommaNode
impl CommaNode
Sourcepub fn into_builder(self) -> CstBuilder
pub fn into_builder(self) -> CstBuilder
Consume this node and return its builder
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CommaNode
impl RefUnwindSafe for CommaNode
impl Send for CommaNode
impl Sync for CommaNode
impl Unpin for CommaNode
impl UnwindSafe for CommaNode
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