pub enum InlineCode2ListGroupConstructor {
NoBacktickInline(NoBacktickInlineNode),
Backtick1(Backtick1Node),
}Variants§
NoBacktickInline(NoBacktickInlineNode)
Backtick1(Backtick1Node)
Implementations§
Source§impl InlineCode2ListGroupConstructor
impl InlineCode2ListGroupConstructor
pub fn build(self) -> InlineCode2ListGroupNode
Auto Trait Implementations§
impl Freeze for InlineCode2ListGroupConstructor
impl RefUnwindSafe for InlineCode2ListGroupConstructor
impl Send for InlineCode2ListGroupConstructor
impl Sync for InlineCode2ListGroupConstructor
impl Unpin for InlineCode2ListGroupConstructor
impl UnwindSafe for InlineCode2ListGroupConstructor
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