pub struct InlineCode2ListConstructor { /* private fields */ }Implementations§
Source§impl InlineCode2ListConstructor
impl InlineCode2ListConstructor
Sourcepub fn builder() -> InlineCode2ListConstructorBuilder
pub fn builder() -> InlineCode2ListConstructorBuilder
Create an instance of InlineCode2ListConstructor using the builder syntax
Source§impl InlineCode2ListConstructor
impl InlineCode2ListConstructor
Sourcepub fn empty() -> InlineCode2ListNode
pub fn empty() -> InlineCode2ListNode
Create an empty node (base case for recursion)
Sourcepub fn build(self) -> InlineCode2ListNode
pub fn build(self) -> InlineCode2ListNode
Create a node with children (recursive case)
Auto Trait Implementations§
impl Freeze for InlineCode2ListConstructor
impl RefUnwindSafe for InlineCode2ListConstructor
impl Send for InlineCode2ListConstructor
impl Sync for InlineCode2ListConstructor
impl Unpin for InlineCode2ListConstructor
impl UnwindSafe for InlineCode2ListConstructor
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