pub struct EureNode { /* private fields */ }Expand description
Branded type for Eure non-terminal
Implementations§
Source§impl EureNode
impl EureNode
Sourcepub fn into_builder(self) -> CstBuilder
pub fn into_builder(self) -> CstBuilder
Consume this node and return its builder
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EureNode
impl RefUnwindSafe for EureNode
impl Send for EureNode
impl Sync for EureNode
impl Unpin for EureNode
impl UnwindSafe for EureNode
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