pub struct CaretNode { /* private fields */ }Expand description
Branded type for Caret non-terminal
Implementations§
Source§impl CaretNode
impl CaretNode
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 CaretNode
impl RefUnwindSafe for CaretNode
impl Send for CaretNode
impl Sync for CaretNode
impl Unpin for CaretNode
impl UnsafeUnpin for CaretNode
impl UnwindSafe for CaretNode
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