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