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