pub enum InlineCode<'t> {
DelimCode(InlineCodeDelimCode<'t>),
InlineCode1(InlineCodeInlineCode1<'t>),
}Expand description
Type derived for non-terminal InlineCode
Variants§
DelimCode(InlineCodeDelimCode<'t>)
InlineCode1(InlineCodeInlineCode1<'t>)
Trait Implementations§
Source§impl<'t> Clone for InlineCode<'t>
impl<'t> Clone for InlineCode<'t>
Source§fn clone(&self) -> InlineCode<'t>
fn clone(&self) -> InlineCode<'t>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'t> Debug for InlineCode<'t>
impl<'t> Debug for InlineCode<'t>
Auto Trait Implementations§
impl<'t> Freeze for InlineCode<'t>
impl<'t> RefUnwindSafe for InlineCode<'t>
impl<'t> Send for InlineCode<'t>
impl<'t> Sync for InlineCode<'t>
impl<'t> Unpin for InlineCode<'t>
impl<'t> UnsafeUnpin for InlineCode<'t>
impl<'t> UnwindSafe for InlineCode<'t>
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