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