pub struct LParenToken { /* private fields */ }Expand description
Branded type for LParen terminal
Implementations§
Source§impl LParenToken
impl LParenToken
Sourcepub fn into_builder(self) -> CstBuilder
pub fn into_builder(self) -> CstBuilder
Consume this token and return its builder
Trait Implementations§
Source§impl Clone for LParenToken
impl Clone for LParenToken
Source§fn clone(&self) -> LParenToken
fn clone(&self) -> LParenToken
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 LParenToken
impl Debug for LParenToken
Source§impl From<LParenToken> for BuilderNodeId
impl From<LParenToken> for BuilderNodeId
Source§fn from(token: LParenToken) -> Self
fn from(token: LParenToken) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for LParenToken
impl RefUnwindSafe for LParenToken
impl Send for LParenToken
impl Sync for LParenToken
impl Unpin for LParenToken
impl UnwindSafe for LParenToken
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