pub struct KeyBaseNode { /* private fields */ }Expand description
Branded type for KeyBase non-terminal
Implementations§
Source§impl KeyBaseNode
impl KeyBaseNode
Sourcepub fn into_builder(self) -> CstBuilder
pub fn into_builder(self) -> CstBuilder
Consume this node and return its builder
Trait Implementations§
Source§impl Clone for KeyBaseNode
impl Clone for KeyBaseNode
Source§fn clone(&self) -> KeyBaseNode
fn clone(&self) -> KeyBaseNode
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for KeyBaseNode
impl Debug for KeyBaseNode
Source§impl From<KeyBaseNode> for BuilderNodeId
impl From<KeyBaseNode> for BuilderNodeId
Source§fn from(node: KeyBaseNode) -> Self
fn from(node: KeyBaseNode) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for KeyBaseNode
impl RefUnwindSafe for KeyBaseNode
impl Send for KeyBaseNode
impl Sync for KeyBaseNode
impl Unpin for KeyBaseNode
impl UnwindSafe for KeyBaseNode
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