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