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