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