pub struct ContinueNode { /* private fields */ }Expand description
Branded type for Continue non-terminal
Implementations§
Source§impl ContinueNode
impl ContinueNode
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 ContinueNode
impl Clone for ContinueNode
Source§fn clone(&self) -> ContinueNode
fn clone(&self) -> ContinueNode
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 ContinueNode
impl Debug for ContinueNode
Source§impl From<ContinueNode> for BuilderNodeId
impl From<ContinueNode> for BuilderNodeId
Source§fn from(node: ContinueNode) -> Self
fn from(node: ContinueNode) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ContinueNode
impl RefUnwindSafe for ContinueNode
impl Send for ContinueNode
impl Sync for ContinueNode
impl Unpin for ContinueNode
impl UnwindSafe for ContinueNode
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