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