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