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