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