pub enum InlineCodeConstructor {
InlineCode2(InlineCode2Node),
InlineCode1(InlineCode1Node),
}Variants§
InlineCode2(InlineCode2Node)
InlineCode1(InlineCode1Node)
Implementations§
Source§impl InlineCodeConstructor
impl InlineCodeConstructor
pub fn build(self) -> InlineCodeNode
Auto Trait Implementations§
impl Freeze for InlineCodeConstructor
impl RefUnwindSafe for InlineCodeConstructor
impl Send for InlineCodeConstructor
impl Sync for InlineCodeConstructor
impl Unpin for InlineCodeConstructor
impl UnwindSafe for InlineCodeConstructor
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