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