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