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