pub struct KeyTupleNode { /* private fields */ }Expand description
Branded type for KeyTuple non-terminal
Implementations§
Source§impl KeyTupleNode
impl KeyTupleNode
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 KeyTupleNode
impl Clone for KeyTupleNode
Source§fn clone(&self) -> KeyTupleNode
fn clone(&self) -> KeyTupleNode
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 KeyTupleNode
impl Debug for KeyTupleNode
Source§impl From<KeyTupleNode> for BuilderNodeId
impl From<KeyTupleNode> for BuilderNodeId
Source§fn from(node: KeyTupleNode) -> Self
fn from(node: KeyTupleNode) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for KeyTupleNode
impl RefUnwindSafe for KeyTupleNode
impl Send for KeyTupleNode
impl Sync for KeyTupleNode
impl Unpin for KeyTupleNode
impl UnwindSafe for KeyTupleNode
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