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